Prettified
This commit is contained in:
parent
7fd9396108
commit
eabe655488
1 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
// }
|
||||
|
|
|
|||
Loading…
Reference in a new issue