react-final-form-arrays
react-final-form-arrays copied to clipboard
When there is a rerender and the form has keepDirtyOnReinitialize it will result in dirty form
What is the current behavior?
When a form has keepDirtyOnReinitialize and there is a rerender, pristine will change to false
What is the expected behavior?
If nothing changed pristine should stay true.
Sandbox Link
https://codesandbox.io/s/q9r4r2o2k6
What's your environment?