I have a question about redux-from.
When I unmount a component, automatically, the action creator unRegistredField is launched. The probleme is that the value is keep in the store.
Do you have an solution to automatically delete value when the Field in unregistred ?
I would not like to launch the action creator by hand!
You can update the value with this.props.change("fieldName", null)
You can read the doc for this method here: https://redux-form.com/6.2.0/docs/api/props.md/#-change-field-string-value-any-function-