This repository was archived by the owner on Nov 25, 2025. It is now read-only.
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Hidden component causes wrong form Pristine value. #142
If form contains a set of Fields with a prop
initialValueand without a propvalueand a singleHiddencomponent with all required propsdefaultValue,initialValueandvalue, Hidden field causes formPristinevalue change to false. You can supply same values fordefaultValue,initialValueandvalue- the outcome is still the same.