Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
The meta.modified field does not get reset anymore after manually calling form.reset or form.initialize.
In the sandbox below; type something in the input and submit it, you'll see from the console logs that after the reset, meta.modified is still true.
What is the expected behavior?
The meta.modified field is set to false after resetting.
Sandbox Link
https://codesandbox.io/s/practical-grothendieck-72vgp
What's your environment?
Introduced in final form version 4.18.7
Other information
I suspect this is due to the changes from #301
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
The meta.modified field does not get reset anymore after manually calling
form.resetorform.initialize.In the sandbox below; type something in the input and submit it, you'll see from the console logs that after the reset,
meta.modifiedis still true.What is the expected behavior?
The
meta.modifiedfield is set tofalseafter resetting.Sandbox Link
https://codesandbox.io/s/practical-grothendieck-72vgp
What's your environment?
Introduced in final form version
4.18.7Other information
I suspect this is due to the changes from #301