ZF2-469: InputFilter validation group does not allow empty array - no validation
Description
InputFilter should allow empty array being set as validation group so no validation is done on the filter. null - should be considered as not validation group is set - so it gets array keys from inputs on isValid(). array() - empty validation group - validation is performed on none of the inputs.
Comments
Posted by Ralph Schindler (ralph) on 2012-10-08T20:14:58.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2527