FieldValues
Type that defines the field values of a form.
Definition
FieldValues{ [name:string]:FieldValue | FieldValues | (}FieldValue | FieldValues)[]
When defining your field values, make sure that the individual values are compatible with the respective input element. You can learn more about this here.