react-mdl
react-mdl copied to clipboard
menu closing on nested input focus
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?