Skip to content

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

Merged
azmeuk merged 1 commit into
pallets-eco:masterfrom
azmeuk:issue-735-selectfield-no-choice-no-validation
Oct 15, 2023
Merged

Select(Multiple)Field choice can be None if validate_choice is False#809
azmeuk merged 1 commit into
pallets-eco:masterfrom
azmeuk:issue-735-selectfield-no-choice-no-validation

Conversation

@azmeuk
Copy link
Copy Markdown
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
@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