Skip to content

Commit e623abe

Browse files
author
Oleksii Korshenko
authored
MAGETWO-83498: [BACKPORT 2.2] [BUGFIX] All UI input fields should have maxlength of 255 because of V… #11914
2 parents db21cca + 1885469 commit e623abe

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)