Angular 2 – FormBuilder forms with multiple validation errors
In our recent Angular 2 form we had two pattern validation rules that overlapped in certain cases. However, we only wanted one validation error to be visible at a time. For a simplified example, one checks that a name contained the phrase “leftlobed” while the other validates that it contains “left” – checkout this Plunk to … More Angular 2 – FormBuilder forms with multiple validation errors