github redux-form/redux-form v5.2.1

latest releases: v8.3.10, v8.3.9, v8.3.8...
8 years ago
  • Reversed decision from v5.1.3 and made it an optional config parameter: overwriteOnInitialValuesChange. If you want every change to initialValues to overwrite your values, like those of you in #832, you will need to set overwriteOnInitialValuesChange: false. Otherwise, every time the initialValues prop changes, whether or not the form has been initialized already, the values, as well as the initialValues with which dirty/pristine is calculated, will be overwritten.

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.