Skip to content

Commit 02740e8

Browse files
committed
Merge remote-tracking branch 'origin/AC-1283' into gl_pr_accessibility_release244_nov23_2021
2 parents 7b3b87d + 87abdef commit 02740e8

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/form/element

1 file changed

+2
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/form/element/select.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
name: inputName,
1010
id: uid,
1111
disabled: disabled,
12-
'aria-describedby': noticeId
12+
'aria-describedby': noticeId,
13+
'aria-label': noticeId
1314
},
1415
hasFocus: focused,
1516
optgroup: options,

0 commit comments

Comments
 (0)