react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

`Hidden` component causes wrong form `Pristine` value.

Open DeividasBakanas opened this issue 7 years ago • 0 comments

If form contains a set of Fields with a prop initialValue and without a prop value and a single Hidden component with all required props defaultValue, initialValue and value, Hidden field causes form Pristine value change to false. You can supply same values for defaultValue, initialValue and value - the outcome is still the same.

DeividasBakanas avatar Sep 22 '17 12:09 DeividasBakanas