Formatting
This commit is contained in:
parent
f4eed79845
commit
b5fbdfec93
1 changed files with 1 additions and 3 deletions
|
|
@ -129,9 +129,7 @@ export default {
|
||||||
// Wait for DOM to update before firing change event to handle validation.
|
// Wait for DOM to update before firing change event to handle validation.
|
||||||
await this.$nextTick();
|
await this.$nextTick();
|
||||||
|
|
||||||
document.getElementById(this.inputId).dispatchEvent(
|
document.getElementById(this.inputId).dispatchEvent(new Event("change"));
|
||||||
new Event('change')
|
|
||||||
);
|
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue