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
If we set a value as "+262781208080" on the v-model and the browser's country is +33, when the input finish loading, it's will set back the browser's country code (+33) instead of (+262) which we sent on the v-model.
Steps to reproduce
Set "+262781208080" as value in the v-model for Reunion country.
Change browser's country to another country (like France for +33)
Reload the page
The country will be set back to France +33 instead of Reunion.
Expected behavior
Use the setten country's code (Reunion) instead of the browser's one.
If no value is set, use the browser's country.
The text was updated successfully, but these errors were encountered:
Describe the bug
If we set a value as "+262781208080" on the v-model and the browser's country is +33, when the input finish loading, it's will set back the browser's country code (+33) instead of (+262) which we sent on the v-model.
Steps to reproduce
The country will be set back to France +33 instead of Reunion.
Expected behavior
Use the setten country's code (Reunion) instead of the browser's one.
If no value is set, use the browser's country.
The text was updated successfully, but these errors were encountered: