final-form / final-form/react-final-form

Field doesn't appear in 'modified' attribute after calling 'form.change(<field>, <value>)'

Open
#986 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.4k
Forks
497
PR merge metrics
No merged PRs in 30d

Description

`form` is an object of type `FormApi`. After I call `form.change('field-a', )` for example, I expect to see 'field-a' in 'modified' field of 'form' object. But that doesn't happen, and only fields that have corresponding input elements (ex. if I have some `` somewhere inside `` element) are tracked. Is there any way to track changes of fields that doesn't have matching by name UI elements with final-form API?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.