mxck / react-native-material-menu

Pure JavaScript material menu component for React Native
MIT License
512 stars 91 forks source link

keyboard is hiding #94

Open Softkeydel opened 3 years ago

Softkeydel commented 3 years ago

On open menu keyboard is hiding. Please give some solutions so that both keyboard and menu can be visible at the same time

ionistrati commented 3 years ago

I have the same problem, I'm trying to make an autocomplete field, I did set the button as text input, but every time I touch it, the keyboard is hiding. Next touch is triggering the text input, but the menu is hiding instead.

WesleyAC commented 3 years ago

I'm running into this same problem, it'd be great to see a fix :)

WesleyAC commented 3 years ago

This is caused by the underlying behaviour in the React Native Modal component. The solutions I can see here are either:

@mxck, is this something you're interested in fixing?