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

SelectFields can now skip choice validation #493

Merged
merged 3 commits into from Jun 12, 2019
Merged

SelectFields can now skip choice validation #493

merged 3 commits into from Jun 12, 2019

Conversation

ftm
Copy link
Contributor

@ftm ftm commented Jun 12, 2019

Resolves #434 - this adds a new parameter to SelectField to skip the pre-validation of step of making sure that the supplied choice exists in self.choices

@ftm ftm added the enhancement New feature, or existing feature improvement label Jun 12, 2019
@ftm ftm merged commit 1e53cba into wtforms:master Jun 12, 2019
@ftm ftm deleted the selectfield-skip-choice-validation branch June 12, 2019 23:23
azmeuk added a commit to azmeuk/wtforms that referenced this pull request Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, or existing feature improvement
Development

Successfully merging this pull request may close these issues.

'Not a valid choice' error when submitting option added to SelectField with Javascript
1 participant