ChoiceField defined with integer option values fails to indicate field state in HTML form output #4120
Closed
6 tasks done
Labels
Milestone
Checklist
master
branch of Django REST framework.Steps to reproduce
ChoiceField
where choices' option values are integers(see #4119 for an exact test case)
Expected behavior
The choice that was selected and submitted should be shown as selected choice in the HTML form field.
Actual behavior
The field in question never shows any currently set value.
The text was updated successfully, but these errors were encountered: