We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a Select.Trigger is inside a Shadow root (open or closed), clicking the trigger will close and quickly reopen the dropdown.
Select.Trigger
Not sure how the popper.js / floating UI works, but might be caused by aria attributes not working across shadow root boundaries: https://nolanlawson.com/2022/11/28/shadow-dom-and-accessibility-the-trouble-with-aria/
Repro: https://stackblitz.com/edit/github-3ajpxj-zm9mjo?file=src%2FApp.tsx
This behaviour can be reproduced even without a Select.Portal, or by mounting the portal inside the shadow dom.
Select.Portal
Possible related issue: floating-ui/floating-ui#2420
The text was updated successfully, but these errors were encountered:
Could possibly be solved with something like https://ark-ui.com/react/docs/providers/environment
Sorry, something went wrong.
No branches or pull requests
When a
Select.Trigger
is inside a Shadow root (open or closed), clicking the trigger will close and quickly reopen the dropdown.Not sure how the popper.js / floating UI works, but might be caused by aria attributes not working across shadow root boundaries: https://nolanlawson.com/2022/11/28/shadow-dom-and-accessibility-the-trouble-with-aria/
Repro:
https://stackblitz.com/edit/github-3ajpxj-zm9mjo?file=src%2FApp.tsx
This behaviour can be reproduced even without a
Select.Portal
, or by mounting the portal inside the shadow dom.Possible related issue: floating-ui/floating-ui#2420
The text was updated successfully, but these errors were encountered: