Skip to content

Conversation

@antonstakhouski
Copy link
Contributor

When form is submitted via JSON and data is set using field.process(None, data), Optional always stops the validation chain, because it checks only field.raw_data which will always be None.

Fix for issue #842 .

Optional validator should check field.data to validate fields correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant