Skip to content

Commit 4d5f1d9

Browse files
author
Volodymyr Kublytskyi
committed
Merge magento-partners/magento2ce#61.
2 parents da0960a + 3561758 commit 4d5f1d9

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
placeholder: placeholder,
1616
'aria-describedby': noticeId,
1717
id: uid,
18-
disabled: disabled
18+
disabled: disabled,
19+
maxlength: 255
1920
}"/>

0 commit comments

Comments
 (0)