Home / TimeField
This widget is a time picker form widget.
TimeField
is intrinsically a TimePicker widget and accepts all of its attributes.
import { TimeField } from "react-simple-widgets/dist/time-field";
<TimeField 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