oscarotero / form-manager

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

Multiple select generate empty arrays when no value selected #47

Closed eusonlito closed 9 years ago

eusonlito commented 9 years ago

At line, https://github.com/oscarotero/form-manager/blob/master/src/Elements/Select.php#L77 must check if value is empty to avoid create an array with empty value.

oscarotero commented 9 years ago

fixed :cat: thanks