zendframework / zend-inputfilter

InputFilter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
64 stars 50 forks source link

Optional fields without value should be valid #50

Closed Maks3w closed 9 years ago

Maks3w commented 9 years ago

Input::isValid should return always true when is no required and not has value.

Note InputFilter::isValid has his own rules for ignore this on collections of inputs