oscarotero / form-manager

PHP library to create and validate html forms
MIT License
153 stars 42 forks source link

Add support for datalist element #58

Closed cmoralesweb closed 9 years ago

cmoralesweb commented 9 years ago

https://html.spec.whatwg.org/multipage/forms.html#the-datalist-element

oscarotero commented 9 years ago

Some usage examples: https://css-tricks.com/datalists-different-input-types/

oscarotero commented 9 years ago

Fixed. The new version has support for datalist (https://github.com/oscarotero/form-manager/releases/tag/v4.6.0)