react-mdl icon indicating copy to clipboard operation
react-mdl copied to clipboard

menu closing on nested input focus

Open brandonmp opened this issue 8 years ago • 0 comments

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?

brandonmp avatar Jan 24 '17 22:01 brandonmp