@asd20/ui 3.2.961 → 3.2.962

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.961",
8
+ "version": "3.2.962",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -88,6 +88,7 @@
88
88
  />
89
89
  <asd20-multiselect-input
90
90
  label="Categories"
91
+ aria-label="Categories"
91
92
  :taggable="false"
92
93
  :value="selectedCategories"
93
94
  :items="categoryOptions"
@@ -99,6 +99,7 @@
99
99
  />
100
100
  <asd20-multiselect-input
101
101
  label="Categories"
102
+ aria-label="Categories"
102
103
  :taggable="false"
103
104
  :value="selectedCategories"
104
105
  :items="categoryOptions"