We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34032b commit 0bcb0c2Copy full SHA for 0bcb0c2
packages/react-native/React/Fabric/Mounting/ComponentViews/TextInput/RCTTextInputComponentView.mm
@@ -643,6 +643,8 @@ - (void)setDefaultInputAccessoryView
643
644
- (void)handleInputAccessoryDoneButton
645
{
646
+ // Ignore the value of whether we submitted; just make sure the submit event is called if necessary.
647
+ [self textInputShouldSubmitOnReturn];
648
if ([self textInputShouldReturn]) {
649
[_backedTextInputView endEditing:YES];
650
}
0 commit comments