Skip to content

Commit c3d83f8

Browse files
committed
AC-1282::Fixed label on date input
1 parent 177254d commit c3d83f8

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/date.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
name: inputName,
1414
placeholder: placeholder,
1515
'aria-describedby': noticeId,
16-
disabled: disabled
16+
disabled: disabled,
17+
id:uid
1718
}" />

0 commit comments

Comments
 (0)