yogakurniawan/vue-tel-input-vuetify

Upgrade to phone number parsing

Opened this issue · 0 comments

Current behavior

Library uses a really old version of number parsing

Expected behavior

Up to date.

Versions

Libraries:

  • awesome-phonenumber version: ^2.15.0 --> currently 6.x

"awesome-phonenumber": "^2.15.0",

Additional context

My particularly example is that NZ has changed from 10 to 11 and I'm assuming the number parsing library is the difference. It is hard to easily see which version of the underlying library has my change but I am assuming this library should be running latest.

ps realise that you may not want to upgrade Vuetify 2 components. If so, can the library be marked as such.