FormField
Enriches a field in a form to contain label, description or error messages.
Usage
Description for the field
Error message
Props
overrides
Partial<{ root: overridewithstyle<formfieldbaseprops, rootprops, styleprop<viewstyle>>; label: overridebase<formfieldbaseprops, labelprops>; description: overridewithstyle<formfieldbaseprops, descriptionprops, style<...>>; error: overridewithstyle<...>; }> | undefined
error
Optionalstring
label
Optionalstring
labelPosition
"top" | "left" | "right" | undefined
"top"
description
Optionalstring
children
Reactnode