Replies: 1 comment 1 reply
-
I'm facing the same issue, any solutions ? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm trying to implement popover as a bubble toolbar for rich text editor. When focussing RTE the Popover is opening and focus remains in RTE while editing and interacting with buttons inside popover. I need to put Dropdown inside Popover to group buttons. Here comes the problem with focusing. Every time I trigger Dropdown to open, focus moves to Dropdown, RTE loses focus and everything (Popover and Dropdown) closes immediately.
How to prevent moving focus to Dropdown when opening it?
Code example:
Beta Was this translation helpful? Give feedback.
All reactions