Prettified

This commit is contained in:
Leah Schumann 2024-05-23 14:39:43 -04:00
parent 7fd9396108
commit eabe655488

View file

@ -293,7 +293,7 @@ export default {
this.addressField1.addEventListener("input", (e) => {
// console.log(`input event`);
// console.log(e);
console.log("input")
console.log("input");
switch (e.inputType) {
case "insertText":
case "insertFromPaste":
@ -305,8 +305,6 @@ export default {
this.matchFound = true;
this.addressField1.classList.remove("has-icon");
}
});
},
disableAutoFill() {
@ -534,9 +532,9 @@ export default {
// addressModel: {
// handler(newValue) {
// this.$nextTick(() => {
// this.showAddressFields = true;
// this.showAddressFields = true;
// })
// },
// deep: true
// }