I am struggling with getting the right phone format on a embedded form, currently numbers are entering as 5555555555, when I will like it to be 555-555-5555.
When I only enter 1 or 2 numbers, it accepts it as a valid number, I put a min and max value and doesnt trigger error message.
Also tried to change changing the error message and did not work.
translations: {
en: {
phoneInvalidCharacters:'Must contain only numbers, and the following symbols: -',
numbersOutOfRange:'Please enter a number that less than or equal to 13 characters.',