Skip to content

Commit

Permalink
magento#21779 Adminhtml textarea field doesn't accept maxlength
Browse files Browse the repository at this point in the history
  • Loading branch information
kisroman committed Mar 18, 2019
1 parent ce17220 commit 1dc63e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function getHtmlAttributes()
'rows',
'cols',
'readonly',
'maxlength',
'disabled',
'onkeyup',
'tabindex',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function testGetHtmlAttributes()
'rows',
'cols',
'readonly',
'maxlength',
'disabled',
'onkeyup',
'tabindex',
Expand Down

0 comments on commit 1dc63e8

Please sign in to comment.