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
@jasonwcfan, @ronsups ... i wouldn't use a mask for phone numbers if one wants to support "all countries". instead i'd just provide a drop down of country codes beside a text field
Alternatively, if we want to keep using the mask, we can just change the mask to be of the format +cc (ddd) ddd-dddd where +cc is +01 by default. The user can then change this value to something else if they have an international number
Right now there is a text mask that forces all input into a certain format (XXX) XXX-XXXX
We want to change this mask to allow international numbers as well (e.g. UK's format is "020 7183 8750")
This might be more complicated than it initially seems!
The text was updated successfully, but these errors were encountered: