I'm trying to create a form with built-in validators and cross-field validator and it's not working properly and I can't figure out why.
There are 4 types of built-in validators: required, pattern, minLength and maxLength.
Required is working for all the fields.
Pattern is working only for names group.
Here is some code - stackblitz.