Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Unregister event listener for simpleSelect (#88) 🐛
When using simpleSelect, and having multiple instances of the component on the same page, opening dropdown content after selecting something in another dropdwon causes the previous dropdown to open as well. This happens since andleOutsideClick is still listening for changes on the previous instance.
- Loading branch information