bluzky / nice-select2

A lightweight vanilla javascript library that replaces native select elements with customizable dropdowns
https://bluzky.github.io/nice-select2/
MIT License
370 stars 61 forks source link

customize the html of each option #50

Closed pablomadariaga closed 1 year ago

pablomadariaga commented 1 year ago

How can you customize the html of each option? I need to show an icon for each option image

pablomadariaga commented 1 year ago

What if you put a data-icon="" and that the value can be an html svg or img.

Tsjippy commented 1 year ago

you can use the data-display for that