You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(react-form): return parsed data from serverValidate function (#1318)
* feat(react-form): return parsed data from serverValidate function
Change serverValidate return type from Promise<void> to Promise<TData> to
provide direct access to validated and parsed data. Eliminates the need to
decode formData twice, enhancing developer experience with immediate typed
access to validation results.
Closes #1317
* ci: apply automated fixes and generate docs
* docs: Added example usecase of serverValidate as a comment
0 commit comments