This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Inputfilter getValues() returns the field which is not in input data #66
Comments
Related to zendframework/zendframework#7440 |
One possible option is to add an argument to |
Another option is add a new method for return only the fields with data (method name is more expressive rather than arguments values). |
That would not stop input filter to do filtering of the input which is not set. The new method would just do one more filtering of unset data. |
This repository has been closed and moved to laminas/laminas-inputfilter; a new issue has been opened at laminas/laminas-inputfilter#9. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Output:
Unexpected (or it is intentional?) Output:
The text was updated successfully, but these errors were encountered: