mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-14 22:36:21 +08:00
Fixed TextInput.blur()
Reviewed By: helouree Differential Revision: D2704065 fb-gh-sync-id: a4f5aa9c9b4fcb7980eb85289d16982840a980bd
This commit is contained in:
committed by
facebook-github-bot-2
parent
dd5bb96e44
commit
94f126ddbf
@@ -425,6 +425,11 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder)
|
||||
[_textView reactDidMakeFirstResponder];
|
||||
}
|
||||
|
||||
- (BOOL)resignFirstResponder
|
||||
{
|
||||
return [_textView resignFirstResponder];
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
[super layoutSubviews];
|
||||
|
||||
Reference in New Issue
Block a user