ChoiceField defined with integer option values fails to indicate field state in HTML form output · Issue #4120 · encode/django-rest-framework (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@arkadini

Description

@arkadini

Checklist

Steps to reproduce

(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.