Skip to content

Commit 1885469

Browse files
author
Oleksii Korshenko
committed
MAGETWO-83498: [BACKPORT 2.2] [BUGFIX] All UI input fields should have maxlength of 255 because of V… #11914
- Merge Pull Request #11914 from experius/magento2:experius-2.2-patch-issue-6238 - Merged commits: 1. 7971f9c
2 parents 5a47b77 + 7971f9c commit 1885469

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)