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

Checkbox Indicator for Selecting #86

Open dwasyl opened 3 months ago

dwasyl commented 3 months ago

This little widget seems great, but one issue I've found with it is users not knowing when particular items are selected due to not noticing the bold/unbold. Other similar UIs seem to include a checkbox that indicates that an item is selected or not. Is it possible to do something similar with nice-select2?