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

Reloading form with an action (with `required` input)

Open ghigt opened this issue 6 years ago • 0 comments

The Problem

Error when submitting a form (with required keyword) after having replaced entirely the form via a func reducer.

Steps to Reproduce

Have an input required, a reducer to replace the form via an action, click on submit (it fails).

Expected Behavior

Same behavior than without required keyword

Reproducible Code Example

https://codesandbox.io/s/vyl0923vq3

ghigt avatar Apr 04 '18 15:04 ghigt