diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index da1fc8c26..013a42168 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -2,7 +2,7 @@
{ + const input = this.$refs.zipInputTextQuestion.$refs.serviceZipCodeInput; + input.focus(); + }); + }, onModalOpen() { this.serviceZipCodeInput = this.serviceZip;