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