Skip to main content

Input

A widget to input text

  • props
PropertyDescriptionTypeDefault
stylestyle for containe of inputany-
statusshow different status of Inputsuccess | error | warning-
prefixprefix of Inputstring-
prefixStylestyle of prefixany-
textStylestyle of text partany-
valuevalue of Inputstring-
onChangecallback when text changesfunction-
placeholderplaceholder for Inputstring-
disabledwhether Input is disabled or notbooleanfalse
keyboardTypekeyboard type when input textTextInputProps['keyboardType']-
returnKeyTypereturn key type of the keyboarddone | go | next | search | send-
<Input />

Input