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.
|
||||
await this.$nextTick();
|
||||
|
||||
document.getElementById(this.inputId).dispatchEvent(
|
||||
new Event('change')
|
||||
);
|
||||
document.getElementById(this.inputId).dispatchEvent(new Event("change"));
|
||||
})
|
||||
.catch((error) => {
|
||||
console.log(error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue