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

Fix onTouchEnd target when in a shadow root #5737

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 23, 2023

  1. Fix onTouchEnd blur within shadow root

    For any element inside a shadow root `event.target` points to the shadow root, so a blur event is always evaluated to be outside of the select element. That means the dropdown opens on a touch start and closes when the touch ends.
    rgripper committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b28c41e View commit details
    Browse the repository at this point in the history
  2. Update Select.tsx

    rgripper committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f78ac79 View commit details
    Browse the repository at this point in the history
  3. Update Select.tsx

    rgripper committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c275e33 View commit details
    Browse the repository at this point in the history
  4. Update Select.tsx

    rgripper committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    70c921f View commit details
    Browse the repository at this point in the history
  5. Update Select.tsx

    rgripper committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8dafd05 View commit details
    Browse the repository at this point in the history