Skip to content

Feature: Reuse field states from already created instance #474

Description

@Dragomir-Ivanov

Greetings,
Good to see that this project is still active.

Currently one can use createForm instance for the form, and then supply it to React with form={formDate}.
The issue is when fields unsibscribe, the form erases their FieldState. E.g. touched, valid, etc. However not always that is the right solution, especially with big forms, trying to hide parts of the form as optimization.

My wish is to add and option to each field, so FF can persist their FieldState on unsubscribe, and use it again when the same field subscribe.

I am willing to provide PRs, if my request makes sense to project owners.

Best,
Dragomir

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