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
I need the international number (with country code) always, the value emitted by v-model seems to only give the value of the phone number without a country code. (which can also be debated imho)
To get the international number, I'm listening for update events instead, so I'm not using the value in the v-model at all. I tried removing it, but then the input box doesn't work at all, is a v-model required?
If that's only a strange issue with my setup please tell me, it feels a bit ugly to have an unused variable only for an unused v-model.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I need the international number (with country code) always, the value emitted by v-model seems to only give the value of the phone number without a country code. (which can also be debated imho)
To get the international number, I'm listening for update events instead, so I'm not using the value in the v-model at all. I tried removing it, but then the input box doesn't work at all, is a v-model required?
If that's only a strange issue with my setup please tell me, it feels a bit ugly to have an unused variable only for an unused v-model.
Thanks in advance!
The text was updated successfully, but these errors were encountered: