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
{{ message }}
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
I have a
Menu
component that holds an instance ofreact-select
, which is more or less a dropdown menu.When I click on the input, however, the
Menu
disappears.The only thing I can reason is that it's treating a focus on the nested input as an overlay click event.
Is there a way to disable or short-circuit this behavior?
The text was updated successfully, but these errors were encountered: