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