| Index: ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h
|
| diff --git a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h
|
| index db91a6e08f138fcc3bb96d98c2e683776475712f..571635ca43d0d908316146df9aef273095d277f1 100644
|
| --- a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h
|
| +++ b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h
|
| @@ -38,6 +38,16 @@
|
| // Whether the text field is enabled for editing.
|
| @property(nonatomic, getter=isTextFieldEnabled) BOOL textFieldEnabled;
|
|
|
| +// Controls the display of the return key when the keyboard is displaying.
|
| +@property(nonatomic, assign) UIReturnKeyType returnKeyType;
|
| +
|
| +// Keyboard type to be displayed when the text field becomes first responder.
|
| +@property(nonatomic, assign) UIKeyboardType keyboardType;
|
| +
|
| +// Controls autocapitalization behavior of the text field.
|
| +@property(nonatomic, assign)
|
| + UITextAutocapitalizationType autoCapitalizationType;
|
| +
|
| @end
|
|
|
| // AutofillEditCell implements an MDCCollectionViewCell subclass containing a
|
|
|