joanpablo / reactive_forms

This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular's Reactive Forms
MIT License
469 stars 89 forks source link

Flutter reactive_forms markAs** not updating UI #432

Open to-innomizetech opened 10 months ago

to-innomizetech commented 10 months ago

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...)

joanpablo commented 9 months ago

Hi @to-innomizetech ,

Thanks for your feedback.

Could you provide an example that can be used to reproduce the issue?