You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use JQuery Autocomplete method for rendering images inside the autocomplete list. This is usually done by adding .data('ui-autocomplete')._renderItem = function(ul, item){...} to the code that triggers the autocomplete. Is thereany way I can achieve this with this gem? Thanks.
The text was updated successfully, but these errors were encountered:
I want to use JQuery Autocomplete method for rendering images inside the autocomplete list. This is usually done by adding
.data('ui-autocomplete')._renderItem = function(ul, item){...}
to the code that triggers the autocomplete. Is thereany way I can achieve this with this gem? Thanks.The text was updated successfully, but these errors were encountered: