From 4abd97ece16e6164526619dd12403d30951563b9 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 9 Feb 2022 14:36:14 -0500 Subject: [PATCH 1/2] WIP suppress Chrome Autocomplete --- src/layouts/address-poc/address-poc.vue | 85 +++++++++++++------------ 1 file changed, 45 insertions(+), 40 deletions(-) diff --git a/src/layouts/address-poc/address-poc.vue b/src/layouts/address-poc/address-poc.vue index cc7950b9a..5f092d043 100644 --- a/src/layouts/address-poc/address-poc.vue +++ b/src/layouts/address-poc/address-poc.vue @@ -5,46 +5,51 @@ -
-
- - +
+
+
+ + +
-
-
-
- - + +
+
+
+ + +
-
-
-
- - -
-
- - -
-
- + +
+
+
+ + +
+
+ + +
+
+
An accurate match may not have have been located. Please verify your address before continuing @@ -112,8 +117,8 @@ export default { let addressField1 = document.getElementById("autocomplete"); let self = this; - //let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080 - let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above + let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080 + //let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above this.$loadScript(`https://maps.googleapis.com/maps/api/js?key=${apiKey}&libraries=places`) .then(() => { From ce6d1008d2e0e001cb66595d176efe6c8444ed68 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 9 Feb 2022 14:57:00 -0500 Subject: [PATCH 2/2] Set to APIKEY for dev --- src/layouts/address-poc/address-poc.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/address-poc/address-poc.vue b/src/layouts/address-poc/address-poc.vue index 5f092d043..8bb42a659 100644 --- a/src/layouts/address-poc/address-poc.vue +++ b/src/layouts/address-poc/address-poc.vue @@ -117,8 +117,8 @@ export default { let addressField1 = document.getElementById("autocomplete"); let self = this; - let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080 - //let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above + //let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080 + let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above this.$loadScript(`https://maps.googleapis.com/maps/api/js?key=${apiKey}&libraries=places`) .then(() => {