<TextInput>
ComponentA text input to be used within Formik forms.
Name | Description |
---|---|
field* object | Props for the input element, supplied by Formik |
form* object | Form data including error and touched info, supplied by Formik |
label string | Label text, HTML allowed. |
type string | type for the input field. |
placeholder string | Placeholder text for the field |
theme object | Controls the appearance of the text input. theme.background should be one of ["light", "dark", "brand"]. |