Dirty tracking doesn't work without setting initial form values. #127
Labels
🐞 bug
Something isn't working
❗️ p1-high
Important tasks or features with significant impact on users or the project
Describe the bug
Related discussion: #126 (comment)
To Reproduce
This bug can be seen when checking the
isDirty()
of a form when it doesn't haveinitialValues
. It will always betrue
Expected behavior
Form should only be dirty when fields are modified.
The text was updated successfully, but these errors were encountered: