-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
The library is still missing Form data typings. It has typing for the FormSubmitEvent but uses just Record<string, any> for everything else as a plug replacement, for example:
export interface FormResolverOptions {
values: Record<string, any>;export interface FormProps {
initialValues?: Record<string, any> | undefined;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels