Hello,
Angular - Demo 1
I am working on the wizard and was trying to use formGroup with Validations.
Trying to use markAllasTouched or any control or form methods inside change event of the wizard which is not working fine.
Can you guys please help me out in this? am I doing something wrong? or is this a bug in the event triggering or may be it is JavaScript?
Thanks,
DP
Hi,
Try to call changeDetection
after using markAllasTouched,
Here is the more details: https://www.digitalocean.com/community/tutorials/angular-change-detection-strategy.
Regards,
Keenthemes support
Here is the stackoverflow question link as well.
<a>https://stackoverflow.com/questions/73206427/metronic-7-step-wizard-reactive-forms-validation-control-methods-are-not-ref</a>