mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-13 03:49:52 +08:00
TextInput setSelection method was moved to base class
Summary: This method was identical between two subclasses, so it was moved to baseclass. Reviewed By: javache Differential Revision: D5297401 fbshipit-source-id: 8f56bef33f9ab0184f69da76177b5e8da10d7514
This commit is contained in:
committed by
Facebook Github Bot
parent
ee9697e515
commit
da9a183e81
@@ -28,7 +28,6 @@
|
||||
@property (nonatomic, strong) UIColor *placeholderTextColor;
|
||||
@property (nonatomic, copy) NSString *placeholder;
|
||||
@property (nonatomic, strong) UIFont *font;
|
||||
@property (nonatomic, assign) NSInteger mostRecentEventCount;
|
||||
@property (nonatomic, strong) NSNumber *maxLength;
|
||||
|
||||
@property (nonatomic, copy) RCTDirectEventBlock onChange;
|
||||
|
||||
Reference in New Issue
Block a user