Skip to content

Commit

Permalink
ENGCOM-4631: magento#21779 Adminhtml textarea field doesn't accept ma…
Browse files Browse the repository at this point in the history
…xlength magento#21816

 - Merge Pull Request magento#21816 from kisroman/magento2:21779
 - Merged commits:
   1. 1dc63e8
  • Loading branch information
magento-engcom-team committed Apr 1, 2019
2 parents 2bca2aa + 1dc63e8 commit 5bc34fa
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 5bc34fa

Please sign in to comment.