-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
When used in a v-form and the form is reset, country is reset too #24
Labels
Comments
Same issue, reseting the form results in the country field to be empty instead of the default country |
Tofandel
added a commit
to Tofandel/vue-tel-input-vuetify
that referenced
this issue
Jan 25, 2022
This resets the country code correctly when using $refs.form.reset
Merged
yogakurniawan
pushed a commit
that referenced
this issue
Mar 26, 2022
yogakurniawan
pushed a commit
that referenced
this issue
Mar 26, 2022
github-actions bot
pushed a commit
that referenced
this issue
Mar 26, 2022
## [1.5.2](v1.5.1...v1.5.2) (2022-03-26) ### Bug Fixes * **lib:** fix [#24](#24) ([eb2c223](eb2c223))
🎉 This issue has been resolved in version 1.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
When v-form is reset with $refs.form.reset() country is reset too, which results in an empty field.
Expected behavior
Country field shows default country when accessing to form the second time.
The text was updated successfully, but these errors were encountered: