Home / TagField
This widget is a tag input form widget
TagField
is intrinsically a TagInput element and accepts all of its attributes.
import { TagField } from "react-simple-widgets/dist/tag-field";
<TagField 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