Environment
react-native -v: 0.62.13
npm ls react-native-macos: 0.61.0-0
node -v: 12.18.0
npm -v: 6.14.4
yarn --version: 1.22.4
xcodebuild -version: 11E608c
Issue
TextInput in single-line mode doesn't trigger onSubmitEditing event when I press enter.
Steps to Reproduce
- Hookup
onSubmitEnter to a callback.
console.log a debug line in callback.
- Type something, press enter
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.