@avakhula/ui 0.0.342 → 0.0.343

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": "@avakhula/ui",
3
- "version": "0.0.342",
3
+ "version": "0.0.343",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -13,6 +13,7 @@
13
13
  :readonly="readonly"
14
14
  :disabled="disabled"
15
15
  :id="id"
16
+ :autocomplete="autocomplete"
16
17
  :class="classes"
17
18
  @input="onInput($event)"
18
19
  @blur="onBlur($event)"
@@ -164,6 +165,9 @@ export default {
164
165
  type: Boolean,
165
166
  default: false,
166
167
  },
168
+ autocomplete: {
169
+ type: String
170
+ }
167
171
  },
168
172
  data() {
169
173
  return {
@@ -122,6 +122,7 @@
122
122
  v-if="showSearch"
123
123
  ref="search"
124
124
  :show-icon="true"
125
+ autocomplete="off"
125
126
  :value="filterString"
126
127
  :aria-label="
127
128
  searchPlaceholderText