Optional
autoDefine auto cap rule (default is normally sentences)
Optional
autoIndicate if autoCorrect should be used (default is true)
Optional
buttonButton to render to right of search.
Optional
clearText to use for clear text button (accessibility). Defaults to ENGLISH "Clear"
Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Helpful for fully customizing text input behavior.
Optional
disabled?: booleanIndicate if disabled
Optional
label?: stringLabel string to use
Optional
labelLabel break mode
Optional
light?: booleanIndicate if text box is used on layer
Optional
maxMax length of field
Optional
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
onCallback when the clear button is pressed
Optional
placeholder?: stringPlaceholder text to use
Optional
searchText to use for search icon (accessibility). Defaults to ENGLISH "Search"
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Value of text (Controlled component)
Generated using TypeDoc
Props for Search component