Resign text input as first responder in prepareForRecycle

Summary:
Changelog: [internal]

To prevent wrong TextInput becoming first responder, force a resign when preparing for a reuse.

Reviewed By: JoshuaGross

Differential Revision: D29085923

fbshipit-source-id: 246cdf0628f914c3928cc9c7499d029b77684f2c
This commit is contained in:
Samuel Susla 2021-06-12 12:25:19 -07:00 коммит произвёл Facebook GitHub Bot
Родитель ed76d4d8db
Коммит a5b92f34c4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -258,6 +258,7 @@ using namespace facebook::react;
_lastStringStateWasUpdatedWith = nil;
_ignoreNextTextInputCall = NO;
_didMoveToWindow = NO;
[_backedTextInputView resignFirstResponder];
}
#pragma mark - RCTBackedTextInputDelegate