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.57k stars 1.67k forks source link

transformResult for showing HTML #829

Closed fuxifex closed 2 years ago

fuxifex commented 2 years ago

i'm using the transformResult parameter for transforming my data - i want to display HTML content (which is formatted using CSS) - but autocomplete will output the HTML source instead of interpreted HTML like <div>Suggestion</div> Is there a way?

tkirda commented 2 years ago

You should use formatResult for this.