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

Support for multiple as a boolean attribute #44

Closed Baedda closed 1 year ago

Baedda commented 1 year ago

Since multiple attribute is a boolean attribute, it should be set like this: <select multiple>. But nice-select only enables its multi functionality if I set it in this outdated manner <select multiple="multiple">.

nirmalgoswami commented 1 year ago

+1

Tsjippy commented 1 year ago

fixed

Baedda commented 1 year ago

@Tsjippy could you also please update the npm package with version 2.1.0? https://www.npmjs.com/package/nice-select2