multiselect
multiselect copied to clipboard
10 Close other multiselects on open
We now use the :focus-within selector to handle opening & closing the
dropdowns.
:focus-withinis supported by all major browsers as of January 2020- The global
hideMultiselectsfunction has been removed since we aren't using it. This is a breaking change, but it was never publicly documented and I don't see much use case for it anymore. In case someone was usinghideMultiselects, they can now usedocument.activeElement.blur()instead.
Closes #10
@mneofit
Damn thank you so much @pgarrison it saves my life ! :p Usefull when you have multi multiselects !
Since it seems like this repository is unmaintained, if anyone wants to continue development I am happy to add maintainers to my fork, though I am not actively working on it