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

Fixed a bug in which the selection was not made even if it was selected again. #38

Closed zaru closed 1 year ago

zaru commented 2 years ago

Thanks for the great library.

Fixed a bug that when the multiple option was enabled, it was not enabled even if the choice was selected again.

Steps to Reproduce