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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
How to force validation (even if the user don't focus the field) ?
Thank you,
Nicolas
The text was updated successfully, but these errors were encountered:
up?
Sorry, something went wrong.
I was needed to update this input from another component (virtual keyboard). And to force it to validate and resend new value - doing it like so
<VuePhoneNumberInput ref="phoneinput" v-model="phone" :default-country-code="defautCountry" />
somewhere
this.phone = newvalue const countryCode = this.$refs.phoneinput.results.countryCode this.$refs.phoneinput.emitValues({ countryCode: countryCode || this.defautCountry, phoneNumber: newvalue, })
may be it will be useful for somebody
No branches or pull requests
Hello,
How to force validation (even if the user don't focus the field) ?
Thank you,
Nicolas
The text was updated successfully, but these errors were encountered: