Skip to content

Form data TypeScript typing #8445

@d9k

Description

@d9k

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions