Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10 Close other multiselects on open #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 17, 2020

  1. 10 Close other multiselects on open

    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.
    pgarrison committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    537ec77 View commit details
    Browse the repository at this point in the history