Function: useFormFieldValue()
useFormFieldValue<
Value>(conf):Value
Defined in: lib/forms/fields.ts:157
Hook to get the value of a form field.
Type Parameters
Value
Value
Parameters
conf
FieldConfigAtom<Value>
The field configuration atom.
Returns
Value
The value of the form field.