For an input in reactive form, there is a simple validator for checking the phone (on the screenshot). If you enter the number manually - everything is ok. Problem: if you copy the whole number in the input, the validator works because Input becomes invalid.
If you delete one character and then again add or re-copy the entire number in the input - all returns to the valid state

