missing mounted() to assign inputId and put focus on zip field
This commit is contained in:
parent
cf2da5dc11
commit
f03b46350f
1 changed files with 3 additions and 0 deletions
|
|
@ -183,6 +183,9 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.$emit("textboxQuestionEvent.inputIdAssigned", this.inputId);
|
||||||
|
},
|
||||||
watch: {
|
watch: {
|
||||||
async value(newValue) {
|
async value(newValue) {
|
||||||
const result = await validate(newValue, this.validationRules); // do a test validation check, without triggering full validation
|
const result = await validate(newValue, this.validationRules); // do a test validation check, without triggering full validation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue