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
When using Radix's HoverCard and Select components together, a bug occurs where clicking on the Select inside the HoverCard immediately closes the HoverCard, making it difficult to select an option. However, if the user clicks on Select and quickly moves the cursor towards the SelectContent area, the HoverCard remains open, allowing the interaction to proceed.
Expected behavior
When clicking on Select within the HoverCard, the HoverCard should remain open to allow option selection without interruption. The HoverCard should only close if the cursor leaves the content area entirely.
Bug report
Current Behavior
When using Radix's HoverCard and Select components together, a bug occurs where clicking on the Select inside the HoverCard immediately closes the HoverCard, making it difficult to select an option. However, if the user clicks on Select and quickly moves the cursor towards the SelectContent area, the HoverCard remains open, allowing the interaction to proceed.
Expected behavior
When clicking on Select within the HoverCard, the HoverCard should remain open to allow option selection without interruption. The HoverCard should only close if the cursor leaves the content area entirely.
Reproducible example
CodeSandbox Template
The text was updated successfully, but these errors were encountered: