Function: TextInput
▸ TextInput<T
>(«destructured»
): Element
Type parameters
Name | Type |
---|---|
T | extends string | number |
Parameters
Name | Type |
---|---|
«destructured» | Object |
› autoFocus? | boolean |
› disabled? | boolean |
› endAdornment? | ReactNode |
› error? | boolean |
› inputType? | InputType |
› label? | ReactNode |
› multiline? | boolean |
› onChange? | (event : ChangeEvent <HTMLInputElement | HTMLTextAreaElement >) => void |
› placeholder? | string |
› small? | boolean |
› value | T |
Returns
Element