react-forms
react-forms copied to clipboard
`Hidden` component causes wrong form `Pristine` value.
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.