Home / TextField
This widget is a simple text input form widget. TextField
is intrinsically an input
element and accepts all of its attributes.
import { TextField } from "react-simple-widgets";
<TextField
name={name}
label={label}
helper={helper}
leading={leading}
trailing={trailing}
/>
-
name: string
The key of the widget's value in the Formik provider
-
label?: string
-
helper?: string
-
leading?: any
-
trailing?: any