-
Notifications
You must be signed in to change notification settings - Fork 649
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
Clicking on new field causes blur to occur #202
Comments
Looks like this is fixed here: facebook/react-native@8cf36d8 It looks like it hasn't been merged to master though. :/ |
Great! Closing out as the issue is a bigger, React-native issue. Thanks! |
|
@kevinansley I tried to use forked So, it's definitely something within |
And apparently it's the intended behavior. @kevinansley if you still have this issue, it's actually related to facebook/react-native#17434. And there's the fix right there in this comment. I added |
Thanks angly-cat! I ended up finding a solution by using NativeBase Container, Content, and Input controls |
On Android, when I am currently on a TextInput and touch on a new field, the keyboard goes away, but the field I just touched is no longer selected.
Ideal behavior would be to focus on the new TextInput, keep the keyboard open (or switch keyboard if type is different), and scroll to new position.
The text was updated successfully, but these errors were encountered: