We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not able to type freely in the field when the field already have an initial value Only works if I clear all the field value
Should be able to edit the input when already prefilled
Libraries:
Environment:
You can check the current behavior: https://github.com/yogakurniawan/vue-tel-input-vuetify/assets/10780132/617ebe4e-debf-4dc2-b8b5-12c80d6ec35b
<vue-tel-input-vuetify v-model="phone" class="phone-input" required outlined :preferred-countries="['US']" :max-len="10" default-country="US" />
export default { data() { return { phone: '+15125337768', } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behavior
I'm not able to type freely in the field when the field already have an initial value
Only works if I clear all the field value
Expected behavior
Should be able to edit the input when already prefilled
Versions
Libraries:
Environment:
Additional context
You can check the current behavior:
https://github.com/yogakurniawan/vue-tel-input-vuetify/assets/10780132/617ebe4e-debf-4dc2-b8b5-12c80d6ec35b
Template
Script
The text was updated successfully, but these errors were encountered: