bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

Edit form still invalid after update values in field #61

Open MartinJesu opened 4 years ago

MartinJesu commented 4 years ago

react-reactive-form-error In Edit mode after update the field values form Invalid until we enter & change something in required fields.

bietkul commented 3 years ago

@MartinJesu Can you please share a code sandbox link to reproduce the issue? If you're using patchValue method to pref-fill the form then it should work fine.