-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Toolbar disappear after typing #940
Comments
Are you changing the inputAccessoryView when typing? |
I did nothing,just use React-native's InputItem |
Sorry since I don't have any experience with react-native so I'm unable to help you on this. Can you take help from any react guy and point out the error, if it's due to my library I would be happy to fix it. |
@hackiftekhar thanks for your reply, i will close the issue and then try to find the reason. if it's due to your library,i will reopen it with detail description. |
@hackiftekhar Have you seen this problem in any previous situation? We're discussing this here douglasjunior/react-native-keyboard-manager#3 Something has changed in the latest versions of React Native and is causing this problem. Every help is welcome. |
This is the Log displayed when input focus:
When start typing.
|
Thanks to @NicholasBertazzon, we found that the problem came from the commit facebook/react-native@2b1795c Like @hackiftekhar has suggested in your comment, the Is there anything we can do? |
…n iOS Summary: Standard only-numeric (number pad) keyboard on iOS does not have any "Done" or "Enter" button, and this is often very badly hurt user experience. Usually it can be solved by implementing custom `inputAccessoryView`, but RN does not have built-in support for customizing it. So, this commit introduced limited support only for "Done" button (returnKeyType="done") and it should suite very well for the vast majority of use cases. This is highly requested feature, see more details here: #1190 Reviewed By: mmmulani Differential Revision: D5268020 fbshipit-source-id: 90bd5bffac6aaa1fb7c5c2ac539b35b04d45918f
Okay, so it looks to be due to other libraries |
Yes, React Native provides its own TextInput implementation. I'll try to fix and send a Pull Request to React Native. |
The top toolbar disappear after i type any thing in react native.
after i type '1' the toolbar disappear
The text was updated successfully, but these errors were encountered: