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

listening for 'input' event on original select control does not working with nice-select2 #29

Closed remdragon closed 2 years ago

remdragon commented 2 years ago

I'm currently registering for 'input' events on the element whenever the selection is changed in the replacement control.

remdragon commented 2 years ago

I was able to resolve this by listening for the 'change' event instead of the 'input' event.