TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Feature request: Inserting emoji flags in search results #345

Open inglesuniversal opened 2 years ago

inglesuniversal commented 2 years ago

Hi @TarekRaafat

I would like to insert emoji flags as part of the results in the autoComplete search bar.

the values I'm reading are two character country code in caps.

Is there a way to accomplish that out of the box... or what would be my best approach for that ... Thanks

folknor commented 2 years ago

You can customize the HTML however you want, using resultItem.element https://tarekraafat.github.io/autoComplete.js/#/configuration?id=element-optional-1

https://github.com/TarekRaafat/autoComplete.js/discussions/329 https://github.com/TarekRaafat/autoComplete.js/discussions/295 https://github.com/TarekRaafat/autoComplete.js/discussions/275

And there's many more examples in other discussions and issues.