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
In the example below, I have Popover that contains Select (from react-select). If Popover trigger is set to "click", then trying to select elements in the drop-down list as well as using its drop-down button closes the popover instead of allowing the interaction.
Using keyboard or trigger="hover" are two workarounds that I found that allow to select elements in a drop-down by clicking.
In the example below, I have Popover that contains Select (from react-select). If Popover trigger is set to "click", then trying to select elements in the drop-down list as well as using its drop-down button closes the popover instead of allowing the interaction.
Using keyboard or trigger="hover" are two workarounds that I found that allow to select elements in a drop-down by clicking.
https://codesandbox.io/s/flamboyant-bhabha-3qh3c
The text was updated successfully, but these errors were encountered: