-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Keeping values in browsable api on error #3024
Comments
Yup clearly an issue that's worth addressing. |
Thinking about tackling this one next. It'd definitely make using the browsable api way better. |
First attempt at this. This is just making sure we pass data to the serializers used in |
Resolved 😄 |
Values entered in the browsable api list view html form are currently cleared on an error. This means that a user would have to re-enter the entirety of what they put in before. Instead, the values should be kept so the user can remedy the incorrect fields and keep what they have already entered.
Steps to reproduce:
This also occurs on detail view even though the form is already prefilled with information.
The text was updated successfully, but these errors were encountered: