I’m trying to use a regex validation for a phone input field. But whatever regex i use to validate results in a invalid entry. Even if I try using a basic numeric regex like: ^\d+$
Is there an issue with regex validations and how am I able to fix this?