missing mounted() to assign inputId and put focus on zip field

This commit is contained in:
Katie Kroell 2023-05-22 16:01:18 -04:00
parent cf2da5dc11
commit f03b46350f

View file

@ -183,6 +183,9 @@ export default {
},
},
},
mounted() {
this.$emit("textboxQuestionEvent.inputIdAssigned", this.inputId);
},
watch: {
async value(newValue) {
const result = await validate(newValue, this.validationRules); // do a test validation check, without triggering full validation