"autoComplete" | Object | undefined | null |
"autoCorrection" | Boolean | Use the system's autocorrect features. | false |
"automaticCapitalisation" | AutomaticCapitalisation | Use the systems's automatic capitalisation feature. | "sentence" |
"clearButtonColor" | Color | The color of the clear button. | "#cccccc" |
"closeKeyboardOnReturn" | Boolean | Close the keyboard if the user presses the return key. | false |
"font" | String | Font name to use. | null |
"fontColor" | Color | The font color. | "#000000" |
"fontScalable" | Boolean,String | Determines if this font will be scaled by the OS font scale factor. | false |
"fontSize" | UnitSize | Font size to use. | 10 |
"hasClearButton" | Boolean | Shows a clear button at the end of the text box. | true |
"hint" | String | The placeholder hint. | null |
"hintFontColor" | Color | The placeholder font color. Default: System placeholder color. | null |
"iOS_scrollParentGridToSelf" | Boolean | iOS only. Workaround to let a grid scroll it's text box to the current view. | false |
"inputAccessoryBackgroundColor" | Color | The background color of the input accessory view of the keyboard. | "#ffffff" |
"inputAccessoryEnabled" | Boolean | Determines, if the text box should display a keyboard with accessory view. | true |
"inputAccessoryHeight" | Number | Height of the input accessory view of the keyboard. | 56 |
"inputAccessoryTitle" | String | Text of the done button of the keyboard accessory. | "Localized verison of 'done'" |
"inputAccessoryTitleColor" | Color | The font color of the input accessory view label of the keyboard. | "#000000" |
"inputAccessoryTitleFont" | String | Font to use for the input accessory view label of the keyboard | null |
"inputAccessoryTitleFontSize" | UnitSize | Font size to use for the input accessory view label of the keyboard. | 12 |
"inputType" | TextBoxInputType | Defines the text box's content type. Does not affect the keyboard type. Translates to UITextContentType on iOS. The value text enables all kinds of system's autocorrect features. | "text" |
"isPassword" | Boolean | Use this to have a password text box, that only shows dots instead of the actual characters. | false |
"keyboardLayout" | KeyboardLayout | Changes the keyboard layout. Translates to UIKeyboardType on iOS. | null |
"lineBreakMode" | LineBreakMode | The line break mode. | "truncateEnd" |
"maxLines" | Number | Line count. | 1 |
"preferredLanguage" | String | The preferred keyboard language. This is a ISO 639 language code. | null |
"readOnly" | Boolean | undefined | false |
"returnActions" | Array | Action to fire if the return key was pressed. | null |
"returnKeyType" | ReturnKeyType | Changes the type of the return key on the keyboard. Translates to UIReturnKeyType on iOS. | null |
"scaleToFit" | Boolean | If true, the text box will automatically shrink to its minimum size. | null |
"scaleType" | ScaleType | Defines how an element should fit into the layer's frame. | null |
"textAlign" | TextAlign | The alignment of the text. | "left" |
"useBackground" | Boolean | Determines whether the text box should look like a system text box. | false |