@bcrs-shared-components/base-address 2.0.37 → 2.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/BaseAddress.vue +2 -0
  2. package/package.json +3 -3
package/BaseAddress.vue CHANGED
@@ -83,6 +83,8 @@
83
83
  <div class="form__row">
84
84
  <v-textarea
85
85
  v-model="addressLocal.streetAddressAdditional"
86
+ autocomplete="chrome-off"
87
+ :name="Math.random()"
86
88
  auto-grow
87
89
  filled
88
90
  class="street-address-additional"
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@bcrs-shared-components/base-address",
3
- "version": "2.0.37",
3
+ "version": "2.0.39",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
- "@bcrs-shared-components/mixins": "^1.1.55",
8
+ "@bcrs-shared-components/mixins": "^1.1.56",
9
9
  "lodash.uniqueid": "^4.0.1",
10
10
  "vue": "^2.7.14",
11
11
  "vuelidate": "0.6.2"
@@ -14,5 +14,5 @@
14
14
  "vue-property-decorator": "^9.1.2",
15
15
  "vuelidate-property-decorators": "1.0.28"
16
16
  },
17
- "gitHead": "f8f1955bc352a46b47b4a5eb9d6b740160f10c79"
17
+ "gitHead": "651cbf6fc43d2b1437f1056db95e3f59dd645402"
18
18
  }