You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
we have a form with several dropdowns where we attach Selectr in Version 2.4.13 at every single select element.
In this case it makes no sense, that every new Selectr instance adds its own global listeners.
Is there a way to init Selectr only once on a bunch of selects to prevent this ugly behavior?
Maybe we are using this nice lib wrong 🙊
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
we have a form with several dropdowns where we attach Selectr in Version 2.4.13 at every single
select
element.In this case it makes no sense, that every new Selectr instance adds its own global listeners.
Is there a way to init Selectr only once on a bunch of selects to prevent this ugly behavior?
Maybe we are using this nice lib wrong 🙊
The text was updated successfully, but these errors were encountered: