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
64 stars 6 forks source link

feat: Phone Input Extension #41

Closed jssuttles closed 2 months ago

jssuttles commented 2 months ago

Expected Behavior

You can configure the input to accept extensions.

Actual Behavior

It does not allow the extension to be entered in any format.

paul-thebaud commented 2 months ago

Hello, can you please give a documentation about what phone extensions are? Do you know if this is supported by awesome-phonenumber? Thanks.

paul-thebaud commented 2 months ago

After looking for other issues about extension in other projects (vue-tel-input, react-phone-number-input, awesome-phonenumber), it looks like extensions are complicated to handle, so I won't add this feature sorry. Maybe the best solution for you is to add another dedicated input for extensions next to the phone input.