Checklist
Steps to reproduce
- in a serializer, have a
ChoiceField where choices' option values are integers
- in the HTML form representation:
- pick a valid choice for the field in question
- submit
(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.