@eturnity/eturnity_reusable_components 7.51.12 → 7.51.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "7.51.12",
3
+ "version": "7.51.13",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -30,6 +30,7 @@
30
30
  <IconContainer>
31
31
  <InputContainer
32
32
  ref="inputElement"
33
+ :autocomplete="autocompleteType"
33
34
  :background-color="backgroundColor"
34
35
  :border-color="borderColor"
35
36
  :data-id="inputDataId"
@@ -384,6 +385,12 @@
384
385
  defaultPadding: {
385
386
  required: false,
386
387
  default: false,
388
+ type: Boolean,
389
+ },
390
+ autocompleteType: {
391
+ required: false,
392
+ default: 'off',
393
+ type: String,
387
394
  },
388
395
  },
389
396
  data() {