Need help with Autocomplete Search Field for Answers
Content
Hi,
We have a requirement where we want to add an autocomplete search field widget but even after adding the YUI code it's not working for us.(We are using CP3)
For this we tried making a custom widget using 'sourcesearchfield' widget as its parent.
We have taken reference from these posts -
This is what we have done in logic.js file-
YUI().use('node', 'autocomplete', 'autocomplete-highlighters', 'autocomplete-filters', function (Y) {Y.one('body').addClass('yui3-skin-sam');var node = Y.one('#rn_SourceSearchField_5_SearchInput');
Tagged:
2