devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.56k stars 1.66k forks source link

Include images in suggestion #824

Closed mhoganid8 closed 3 years ago

mhoganid8 commented 3 years ago

In a previous version, I was able to include images in the dropdown suggestion list by returning the following value string:

<img src="/itemimages/50x50/Tz_1049_t12hossend.jpg" height="auto" width="50" alt="WW-1230-9" />&nbsp;&nbsp;WW-1230-9

The current version displays the tag as text instead. Is there a way to send the value in a way that will be interpreted as an image?

image

image

tkirda commented 3 years ago

Provide formatResult function to format the result. See in the docs.