@fluid-topics/ft-combobox 2.0.19 → 2.0.20
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/build/ft-combobox.js
CHANGED
|
@@ -243,7 +243,7 @@ export class FtCombobox extends withI18n(FtLitElement) {
|
|
|
243
243
|
type="text"
|
|
244
244
|
role="combobox"
|
|
245
245
|
aria-autocomplete="list"
|
|
246
|
-
autocomplete="
|
|
246
|
+
autocomplete="off"
|
|
247
247
|
aria-expanded="${this.isOpen}"
|
|
248
248
|
aria-controls="combobox-listbox"
|
|
249
249
|
aria-activedescendant="${this.getActiveDescendantId()}"
|
|
@@ -2719,7 +2719,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2719
2719
|
type="text"
|
|
2720
2720
|
role="combobox"
|
|
2721
2721
|
aria-autocomplete="list"
|
|
2722
|
-
autocomplete="
|
|
2722
|
+
autocomplete="off"
|
|
2723
2723
|
aria-expanded="${this.isOpen}"
|
|
2724
2724
|
aria-controls="combobox-listbox"
|
|
2725
2725
|
aria-activedescendant="${this.getActiveDescendantId()}"
|
package/build/ft-combobox.min.js
CHANGED
|
@@ -2799,7 +2799,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2799
2799
|
type="text"
|
|
2800
2800
|
role="combobox"
|
|
2801
2801
|
aria-autocomplete="list"
|
|
2802
|
-
autocomplete="
|
|
2802
|
+
autocomplete="off"
|
|
2803
2803
|
aria-expanded="${this.isOpen}"
|
|
2804
2804
|
aria-controls="combobox-listbox"
|
|
2805
2805
|
aria-activedescendant="${this.getActiveDescendantId()}"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-combobox",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.20",
|
|
4
4
|
"description": "A",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-wc-utils": "2.0.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "2.0.20",
|
|
23
23
|
"lit": "3.1.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluid-topics/ft-wc-test-utils": "2.0.
|
|
26
|
+
"@fluid-topics/ft-wc-test-utils": "2.0.20"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "c76ecad8c5bc04964ad8f7c42ab93c285189601e"
|
|
29
29
|
}
|