Skip to content

Commit 3561758

Browse files
committed
[BUGFIX] All UI input fields should have maxlength of 255 because of VARCHAR maxlength 255 in the database
1 parent cb93fe5 commit 3561758

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)