Skip to content

Commit 87abdef

Browse files
committed
AC-1283::Added new attribute in Weight Select box on Admin Product Form
1 parent c2c5ec4 commit 87abdef

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)