You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, there doesn't seem to be any way to prevent trap focus from happening. I want to be able to still interact with other elements on the page while keeping the popover open, but my popover has a button in it so any time I try to focus a different element outside the popover it automatically refocuses my button.
I've tried setting autoFocus to false but that only seems to affect focus when the popover gets opened.
Is there something I am missing on how to do this?
The text was updated successfully, but these errors were encountered:
As far as I can tell, there doesn't seem to be any way to prevent trap focus from happening. I want to be able to still interact with other elements on the page while keeping the popover open, but my popover has a button in it so any time I try to focus a different element outside the popover it automatically refocuses my button.
I've tried setting
autoFocus
to false but that only seems to affect focus when the popover gets opened.Is there something I am missing on how to do this?
The text was updated successfully, but these errors were encountered: