Adam Nicholson
Results
2
comments of
Adam Nicholson
I had a go trying to fix this but am coming up short :/ Changing formOption's type to this ```ts export function formOptions< TFormData, TOnMount extends undefined | FormValidateOrFn, TOnChange...
Looks like any validators can be added when only default values are added to `formOptions` are spread into `useForm`. When overwriting validators the specific validator, i.e onSubmit, has to conform...