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/dist/text-field";
<TextField name label helper leading trailing />;
-
name: string
The key of the widget's value in the Formik provider
-
label?: string
-
helper?: string
-
leading?: any
-
trailing?: any