reactive_forms
reactive_forms copied to clipboard
Flutter reactive_forms markAs** not updating UI
When calling a markAs (e.g. markAsTouched) on an flutter reactive form control the UI does not update: (e.g. pristine invalid md in-item hydrated untouched pristine invalid touched) (you see that flutter puts ng-touched, but UI still thinks it is untouched...)
Hi @to-innomizetech ,
Thanks for your feedback.
Could you provide an example that can be used to reproduce the issue?