Closed rolandoisidoro closed 5 years ago
This PR refers to issue #206. It will allow developers to set minlength attribute on text, email, search, password, tel and url form elements, which will enable HTML5 minimum length validation.
minlength
text
email
search
password
tel
url
@rolandoisidoro Please extend also the unit tests. Example:
https://github.com/zendframework/zend-form/blob/4419eef6dbe9d276e7e27c6a25f022be74534959/test/View/Helper/FormTextTest.php#L48-L81
@froschdesign , just extended the tests you mentioned before and added missing tests for FormSearchViewHelper.
FormSearchViewHelper
Thanks, @rolandoisidoro!
This PR refers to issue #206. It will allow developers to set
minlength
attribute ontext
,email
,search
,password
,tel
andurl
form elements, which will enable HTML5 minimum length validation.