zendframework / zend-inputfilter

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

Fixes duplicate error messages for collection input field items #149

Closed svycka closed 6 years ago

svycka commented 6 years ago

Fixes #147 by cleaning error messages before validation

svycka commented 6 years ago

@developer-devPHP can you test this?

svycka commented 6 years ago

tests failed with 7.* because of https://github.com/zendframework/zend-inputfilter/pull/141

weierophinney commented 6 years ago

I've rebased after merging #141 so we can see how tests go.

weierophinney commented 6 years ago

Yet another place where stateless validators/input filters would resolve this...

weierophinney commented 6 years ago

Thanks, @svycka!