Function: useAllFormFieldsValues()
useAllFormFieldsValues<
Value>(configs):Value[]
Defined in: lib/forms/fields.ts:233
Hook to get an array with all the given form fields' values.
Type Parameters
Value
Value
Parameters
configs
FieldConfigAtom<Value>[]
The list of field configuration atoms.
Returns
Value[]
An array of form field values.