react-redux-form icon indicating copy to clipboard operation
react-redux-form copied to clipboard

Updating parent form validity on resetValidity

Open marcinm2h opened this issue 7 years ago • 0 comments

Hi,

Quick question: should action RESET_VALIDITY update whole form validity like action SET_ERRORS does (https://github.com/davidkpiano/react-redux-form/blob/master/src/reducers/form-actions-reducer.js#L214)?

Because currently reseting field error doesn't change form validity.

marcinm2h avatar Mar 19 '18 10:03 marcinm2h