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

NiceSelect.bind(document.getElementById("#a-select")); #5

Closed vladpana closed 3 years ago

vladpana commented 3 years ago

NiceSelect.bind(document.getElementById("a-select"));

'#' not needed.

Tsjippy commented 3 years ago

thank you