Skip to content

Commit a9e5f7b

Browse files
committed
Added missing id attribute to the date input
1 parent a35ee4e commit a9e5f7b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/frontend/web/templates/form/element/date.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
hasFocus: focused,
99
datepicker: { storage: value, options: options },
1010
attr: {
11+
id: uid,
1112
value: value,
1213
name: inputName,
1314
placeholder: placeholder,

0 commit comments

Comments
 (0)