Fix newly introduced bug - enter key propagating on zip search

This commit is contained in:
Scott Kiener 2025-07-16 13:43:05 -04:00
parent 66b464cf3a
commit 5f3c24fb8f

View file

@ -252,7 +252,8 @@ export default {
onModalClosed() {
this.resetAlerts();
},
async onSearchZip() {
async onSearchZip(event) {
event.preventDefault();
this.resetAlerts();
const zipCodeData = await this.getZipCodeData(
this.newZipCode,