zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

HTML5 minlength attribute missing from the $validTagAttributes array #206

Closed rolandoisidoro closed 5 years ago

rolandoisidoro commented 6 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.

zend-form should include it in each of these elements' $validTagAttributes array.