This repository was archived by the owner on Jun 28, 2021. It is now read-only.
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
menu closing on nested input focus #460
Open
Description
I have a Menu
component that holds an instance of react-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?
Metadata
Metadata
Assignees
Labels
No labels