I need to display validation error only on button click not on control touched
Angular mat error : How can to prevent displaying error on control touched and display it only on button click
1.2k Views Asked by Mitul Sheth At
2
There are 2 best solutions below
0

Use error state matcher, which will allow you to freely specify when control should be in error state despite its touched state and validation errors.
Official material component docs
https://stackblitz.com/angular/vkgmbaepodbg?file=app%2Finput-error-state-matcher-example.ts
you need to define a boolean variable for example [submitted]