Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyboard is hiding #94

Open
Softkeydel opened this issue Aug 5, 2020 · 3 comments
Open

keyboard is hiding #94

Softkeydel opened this issue Aug 5, 2020 · 3 comments

Comments

@Softkeydel
Copy link

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

@ionistrati
Copy link

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
Copy link

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

@WesleyAC
Copy link

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

  • Change this library to not use a Modal.
  • Submit a PR to React Native adding a prop to allow showing modals without hiding the keyboard, and use that.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants