tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

menu closing on nested input focus #460

Open brandonmp opened 7 years ago

brandonmp commented 7 years ago

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?