FormFieldProps

Specifies the properties for the FormField component.

Props

The following table outlines the props for the FormFieldProps:

NameTypeDefaultDescription
children
node
-

Specifies the children content for the form field. Children should include the actual form control elements like inputs, textarea, etc.

name
string
-

Specifies the name of the field that must match a key in the rules object. This is required for proper validation.