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

src source is wrong #53

Closed ggcatalin closed 1 year ago

ggcatalin commented 1 year ago

in package.json there is "main": "src/js/nice-select.js", and should be "src/js/nice-select2.js" https://github.com/bluzky/nice-select2/blob/master/src/js/nice-select2.js

GitRon commented 1 year ago

I get issues installing it with import as well... have to add the JS file manually to make webpack work.

Tsjippy commented 1 year ago

fixed

GitRon commented 1 year ago

Awesome! ❤️ Do you know when the fix will be released?