Optional
autoDefine auto cap rule (default is normally sentences)
Optional
autoIndicate if autoCorrect should be used (default is true)
Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Helpful for fully customizing text input behavior.
Optional
decrementnumber only. Text to use for decrement number button (accessibility). Defaults to ENGLISH "Decrement"
Optional
disabled?: booleanIndicate if disabled
Optional
getError string to use. Set custom rules or return required text
Optional
helperHelper string to use
Optional
incrementnumber only. Text to use for increment number button (accessibility). Defaults to ENGLISH "Increment"
Optional
isCheck is invalid
Optional
label?: stringLabel string to use
Optional
labelLabel break mode
Optional
labelLink to render to right of label
Optional
light?: booleanIndicate if text box is used on layer
Optional
maxMax length of field
Optional
numbernumber only. Min and Max for numbers. If not set any number (including negative is valid)
Optional
max?: numberOptional
min?: numberOptional
onBlur event when focus is lost
Change event when text changed
Optional
onFocus event when focus is gained
Optional
onTrigger ENTER event (consumer should validate if form is valid and submit if this is called)
Optional
placeholder?: stringPlaceholder text to use
Optional
required?: booleanIndicate if required
Optional
secureIndicate if should be secured (password)
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Optional
textminHeight for text area
Optional
togglepassword only. Text to use for toggle password button (accessibility). Defaults to ENGLISH "Show/hide password"
Value of text (Controlled component)
Optional
warningWarning string to use. This will show if NOT in error.
Generated using TypeDoc
Shared props for Text, Password and TextArea