bluzky / nice-select2

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

.clear only removes the label but does not deselect options on native select nor niceSelect #41

Closed tfeuerst closed 1 year ago

tfeuerst commented 2 years ago

When using the .clear methode, only the label of niceSelect is cleared. Within the native select and niceSelect element the selected options are still selected.

PR will follow