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

multiple not working #6

Closed Tsjippy closed 3 years ago

Tsjippy commented 3 years ago

I really like this library. Thank you. I hope you still maintain it.

This does not work for selects with the multiple keyword. You get this error:

Uncaught TypeError: this.selectedOptions.each is not a function at a.updateSelectValue (nice-select2.js?ver=6.9.207:1) at a._onItemClicked (nice-select2.js?ver=6.9.207:1)

ANd the value of the original select is not updated