We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5940828 commit 3d80287Copy full SHA for 3d80287
ui/components/combobox/RELEASENOTES.md
@@ -9,6 +9,12 @@
9
- Fixed by adding dynamic Ids for duplicate-id-aria issue
10
- Fixed by adding unique Ids,aria-label for `aria-allowed-attr` wcag issue
11
12
+## 2.21.0
13
+
14
+## Added
15
16
+Added `aria-label` to meet accessibility requirements specifically for screen readers.
17
18
## 2.17.3
19
20
## Fixed
ui/components/combobox/base/example.jsx
@@ -447,6 +447,7 @@ export let states = [
447
<ListboxWrapper
448
id="listbox-id-3"
449
className="slds-dropdown slds-dropdown_fluid"
450
+ ariaLabel="{{Placeholder for Dropdown Options}}"
451
>
452
<ListboxGroup
453
aria-label="Group One"
0 commit comments