Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed SelectMultipleField validation when using choices list shortcut #661

Merged
merged 2 commits into from
Oct 6, 2020

Conversation

azmeuk
Copy link
Member

@azmeuk azmeuk commented Oct 5, 2020

Fixes #612

@azmeuk azmeuk added the bug Unexpected behavior label Oct 5, 2020
@azmeuk azmeuk merged commit 7a2aaf5 into wtforms:master Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior
Development

Successfully merging this pull request may close these issues.

SelectMultipleField pre_validate expects a tuple list even though a normal list is a valid argument
1 participant