You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideal behavior would be a situation where it's possible to create only phone numbers of format ##########. I've found a few forms that are built to only expect a "basic" ten-digit phone number.
Actual behavior
Actual behavior is that there's no way to define the ideal phone number format so narrowly in the existing code.
My suggested change is to the en_US file, adding a format type like:
Ideal behavior
Ideal behavior would be a situation where it's possible to create only phone numbers of format ##########. I've found a few forms that are built to only expect a "basic" ten-digit phone number.
Actual behavior
Actual behavior is that there's no way to define the ideal phone number format so narrowly in the existing code.
My suggested change is to the en_US file, adding a format type like:
simple_format = ('##########', '###-###-####')
and then a
happy to make this change myself. :)
The text was updated successfully, but these errors were encountered: