multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

10 Close other multiselects on open

Open pgarrison opened this issue 5 years ago • 3 comments

We now use the :focus-within selector to handle opening & closing the dropdowns.

  • :focus-within is supported by all major browsers as of January 2020
  • The global hideMultiselects function 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 using hideMultiselects, they can now use document.activeElement.blur() instead.

Closes #10

pgarrison avatar Sep 17 '20 23:09 pgarrison

@mneofit

chepo92 avatar Dec 10 '21 15:12 chepo92

Damn thank you so much @pgarrison it saves my life ! :p Usefull when you have multi multiselects !

benoitMouly avatar Oct 06 '22 14:10 benoitMouly

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

pgarrison avatar Oct 06 '22 18:10 pgarrison