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) => {
|
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
|
||||||
// }
|
// }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue