Tooltip inside popover opens when popover opens #923
-
I have a tooltip component inside a select built with a popover and command menu. When the popover opens, the first tooltip opens. I don't want this to happen. What could I do to prevent the tooltip from opening? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I have the same problem with a tooltip inside a dialog |
Beta Was this translation helpful? Give feedback.
-
Possibly because the dialog finds the first focusable element on open |
Beta Was this translation helpful? Give feedback.
-
Passing ignoreNonKeyboardFocus to Tooltip.Root seems to fix it |
Beta Was this translation helpful? Give feedback.
-
great beautiful |
Beta Was this translation helpful? Give feedback.
Passing ignoreNonKeyboardFocus to Tooltip.Root seems to fix it