paul-thebaud / v-phone-input

International and accessible phone input for Vuetify 3 and Vue 3.
https://paul-thebaud.github.io/v-phone-input/
MIT License
65 stars 6 forks source link

feat: support 3-letter Country ISO Code #43

Closed flaviocordova closed 1 month ago

flaviocordova commented 1 month ago

Suggestion: Please consider also supporting 3-letter country ISO codes. Today my application uses this format (and maybe many others may use it too 😃) and it would be really hard to adopt another standard just to use v-phone-input (not considering possible conflicts with other packages)

paul-thebaud commented 1 month ago

Hello, Because awesome-phonenumber does not support it, I won't add this to the package for now sorry. One solution could be to use a map between 2 and 3 country codes on your side.