@aarhus-university/au-designsystem-delphinus 1.3.4 → 1.3.5
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -32,7 +32,7 @@ block content
|
|
|
32
32
|
p Show the open state of the autocomplete component.
|
|
33
33
|
.form__field
|
|
34
34
|
.autosuggest.autosuggest--open(role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-1" aria-expanded="true")
|
|
35
|
-
input.autosuggest__input.autosuggest__input--open.autosuggest__input--focused(type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="" id="" value="hdaklsdhsakljhd")
|
|
35
|
+
input.autosuggest__input.autosuggest__input--open.autosuggest__input--focused(type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="Static empty state form field example" id="" value="hdaklsdhsakljhd")
|
|
36
36
|
.autosuggest__suggestions.autosuggest__suggestions--open(id="react-autowhatever-1" role="listbox")
|
|
37
37
|
ul.autosuggest__suggestions__list(role="listbox")
|
|
38
38
|
li.autosuggest__suggestions__list__item.autosuggest__suggestions__list--first(role="option" id="react-autowhatever-1--item-0" aria-selected="false" data-suggestion-index="0")
|
|
@@ -45,7 +45,7 @@ block content
|
|
|
45
45
|
p Show the open state of the autocomplete component.
|
|
46
46
|
.form__field
|
|
47
47
|
.autosuggest.autosuggest--open(role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-1" aria-expanded="true")
|
|
48
|
-
input.autosuggest__input.autosuggest__input--open.autosuggest__input--focused(type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="" id="" value="hansen")
|
|
48
|
+
input.autosuggest__input.autosuggest__input--open.autosuggest__input--focused(type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="Static form markup example" id="" value="hansen")
|
|
49
49
|
.autosuggest__suggestions.autosuggest__suggestions--open(id="react-autowhatever-1" role="listbox")
|
|
50
50
|
ul.autosuggest__suggestions__list(role="listbox")
|
|
51
51
|
li.autosuggest__suggestions__list__item.autosuggest__suggestions__list--first(role="option" id="react-autowhatever-1--item-0" aria-selected="false" data-suggestion-index="0")
|