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

Select(Multiple)Field choice can be None if validate_choice is False #809

Conversation

azmeuk
Copy link
Member

@azmeuk azmeuk commented Oct 10, 2023

Allow SelectField and SelectMultipleField choice to be None if choice validation is disabled.
Fixes #735

@azmeuk azmeuk added the bug Unexpected behavior label Oct 10, 2023
@azmeuk azmeuk merged commit f5574d7 into pallets-eco:master Oct 15, 2023
7 checks passed
@azmeuk azmeuk deleted the issue-735-selectfield-no-choice-no-validation branch October 15, 2023 15:30
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.

Breaking Change between 2.3 and 3.0 on SelectField(validate_choice=False)
1 participant