We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
react-native -v
npm ls react-native-macos
node -v
npm -v
yarn --version
xcodebuild -version
TextInput in single-line mode doesn't trigger onSubmitEditing event when I press enter.
TextInput
onSubmitEditing
onSubmitEnter
console.log
The callback should be called, producing console output.
The callback is not called - no message printed to console. It does work, however, in multiline when I hit Cmd-Enter.
The text was updated successfully, but these errors were encountered:
Thanks. I think this was resolved in a PR for another issue. @tido64 : can you confirm?
Sorry, something went wrong.
Only onSubmitEditing in multi-line TextInput was fixed (#442). I can take a look at this one next.
tido64
Successfully merging a pull request may close this issue.
Environment
react-native -v
: 0.62.13npm ls react-native-macos
: 0.61.0-0node -v
: 12.18.0npm -v
: 6.14.4yarn --version
: 1.22.4xcodebuild -version
: 11E608cIssue
TextInput
in single-line mode doesn't triggeronSubmitEditing
event when I press enter.Steps to Reproduce
onSubmitEnter
to a callback.console.log
a debug line in callback.Expected Behavior
The callback should be called, producing console output.
Actual Behavior
The callback is not called - no message printed to console.
It does work, however, in multiline when I hit Cmd-Enter.
The text was updated successfully, but these errors were encountered: