Closed rolandoisidoro closed 5 years ago
According to MDN web docs and WHATWG HTML Living Standard, the minlength attribute applies to text, email, search, password, tel and url form elements.
minlength
text
email
search
password
tel
url
zend-form should include it in each of these elements' $validTagAttributes array.
zend-form
$validTagAttributes
According to MDN web docs and WHATWG HTML Living Standard, the
minlength
attribute applies totext
,email
,search
,password
,tel
andurl
form elements.zend-form
should include it in each of these elements'$validTagAttributes
array.