Dialog focus on close #2452
Unanswered
Emiliano-Bucci
asked this question in
Help
Replies: 1 comment
-
Hi Emiliano, did you find a solution? I am also looking into a way to disable the focus trap entirely: #2533 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Is there a way to remove trap focus when prop
open
passed toDialog.Root
is false? The use case is that I'm handling the dialog and animating with react spring and the problem is that if I close the dialog then I have to wait till the trap focus is removed (which is not instant) so I can't open/close (toggle) dialogs. Thanks!Beta Was this translation helpful? Give feedback.
All reactions