FormOptions
ref / conversations / FormOptions
Options to pass to a form field. Can be either a Form
If the validation function is able to provide a reason as to why validation has failed, it is possible use Form
Type Parameters
C
ts
C extends Context
T
ts
T
Type
ts
FormAction<C, T> | FormConfig<C, T>