Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge 2f10a75 into 183a0ac
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandoisidoro committed Jun 27, 2018
2 parents 183a0ac + 2f10a75 commit db7baee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Helper/FormEmail.php
Expand Up @@ -26,6 +26,7 @@ class FormEmail extends FormInput
'form' => true,
'list' => true,
'maxlength' => true,
'minlength' => true,
'multiple' => true,
'pattern' => true,
'placeholder' => true,
Expand Down
1 change: 1 addition & 0 deletions src/View/Helper/FormPassword.php
Expand Up @@ -25,6 +25,7 @@ class FormPassword extends FormInput
'disabled' => true,
'form' => true,
'maxlength' => true,
'minlength' => true,
'pattern' => true,
'placeholder' => true,
'readonly' => true,
Expand Down
1 change: 1 addition & 0 deletions src/View/Helper/FormTel.php
Expand Up @@ -26,6 +26,7 @@ class FormTel extends FormInput
'form' => true,
'list' => true,
'maxlength' => true,
'minlength' => true,
'pattern' => true,
'placeholder' => true,
'readonly' => true,
Expand Down
1 change: 1 addition & 0 deletions src/View/Helper/FormText.php
Expand Up @@ -27,6 +27,7 @@ class FormText extends FormInput
'form' => true,
'list' => true,
'maxlength' => true,
'minlength' => true,
'pattern' => true,
'placeholder' => true,
'readonly' => true,
Expand Down
1 change: 1 addition & 0 deletions src/View/Helper/FormUrl.php
Expand Up @@ -26,6 +26,7 @@ class FormUrl extends FormInput
'form' => true,
'list' => true,
'maxlength' => true,
'minlength' => true,
'pattern' => true,
'placeholder' => true,
'readonly' => true,
Expand Down

0 comments on commit db7baee

Please sign in to comment.