-
Notifications
You must be signed in to change notification settings - Fork 44
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
onFocus and onEndEditing event not working #19
Comments
Because it change the default onFocusChangeListener to popup custom keyboard, when input text is focused. |
Is there any alternate to use onFocus and onEndEditing event in this component? |
I'd like to see an alternate for |
I forked this repo and add three events dispatcher: onFocus, onBlur and onEndEditing |
It works now. Thank you so much @hweister |
Also one more bug I found, this custom keyboard is covering textinput which is focused. It is not scrolling textinput. |
It actually isn't working for us. Not only is the |
@hweister can you please look into this issue, textinput is hiding behind the keyboard when keyboard open. |
@hweister any luck? |
I am getting an issue. focus() event not working. Please help! Thanks |
it works now |
This compnent is not supporting onFocus and onEndEditing event. Please help
The text was updated successfully, but these errors were encountered: