-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
onBlur , back button #23308
Comments
Which version of react native has this issue? There was an issue in a patch version of 0.57.x, that we then rolled back. Please check the changelogs too. |
I think given the nature of the BackAndroid button it is better for devs to choose to override/add to the the default behaviour, e.g. https://snack.expo.io/@jkcooper/rn23308-textinput-onblur-backandroid. I would expect the current behaviour is similar to pressing back in a browser. Also this should a TextInput label, not Button |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
Description
When text input is focused and you press back button in android , onBlur is not triggered
Reproducible Demo
https://snack.expo.io/rJnc3BuV4
Run snack and focus input , then press back button , the alert must shown
The text was updated successfully, but these errors were encountered: