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
Is your feature request related to a problem? Please describe
is there a way for the UI to display the raw phone number input by the user without automatically adding dashes, or perhaps allowance to choose the display number format of choice e.g. formattedNumber, nationalNumber, formatInternational, formatNational, uri etc..
use case
for example in Malaysia this is a valid number
both phone numbers below are also valid but it adds dashes to the input display automatically which is incorrect formatting for that country
Describe the solution you'd like
it would be good if formattedNumber could be displayed in this case, or we could choose display format
Describe alternatives you've considered
I tried exploring if I could just add my own text-field without using v-model and relying on @update or if there are slots available for the element
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
is there a way for the UI to display the raw phone number input by the user without automatically adding dashes, or perhaps allowance to choose the display number format of choice e.g. formattedNumber, nationalNumber, formatInternational, formatNational, uri etc..
use case
for example in Malaysia this is a valid number
both phone numbers below are also valid but it adds dashes to the input display automatically which is incorrect formatting for that country
Describe the solution you'd like
it would be good if formattedNumber could be displayed in this case, or we could choose display format
Describe alternatives you've considered
I tried exploring if I could just add my own text-field without using v-model and relying on @update or if there are slots available for the element
The text was updated successfully, but these errors were encountered: