Eliminate UITextInput.textContentType (flutter/engine#3587)
textContentType was added in iOS 10, and we target iOS 8. Either way the framework doesn't (yet) include support for this; keyboard type covers most bases.
This commit is contained in:
@@ -109,7 +109,6 @@ static UIKeyboardType ToUIKeyboardType(NSString* inputType) {
|
||||
@property(nonatomic) UIKeyboardType keyboardType;
|
||||
@property(nonatomic) UIReturnKeyType returnKeyType;
|
||||
@property(nonatomic, getter=isSecureTextEntry) BOOL secureTextEntry;
|
||||
@property(nonatomic, copy) UITextContentType textContentType;
|
||||
|
||||
@property(nonatomic, assign) id<FlutterTextInputDelegate> textInputDelegate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user