Replies: 1 comment
-
I'm facing the same issue, any solutions ? |
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
-
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