mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-16 20:28:41 +00:00
committed by
Nicolas Gallagher
parent
b6c8da8c4b
commit
c764f96ef4
@@ -296,7 +296,7 @@ const TextInput: React.AbstractComponent<
|
||||
onSubmitEditing(e);
|
||||
}
|
||||
if (shouldBlurOnSubmit && hostNode != null) {
|
||||
hostNode.blur();
|
||||
setTimeout(() => hostNode.blur(), 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user