An invalid form control with name='' is not focusable. #8275
Unanswered
alvarolloret
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been working with DRF HTML & Forms. I've encountered an issue while playing with it, and I was wondering if that has already happened before.
The issue is related to this topic in Stack Overflow. Basically I'm capable of rendering the form with the prepopulated data, but when it comes to send the
PATCH
request to update. I get this:Here my
requirements.txt
:Django REST Framework
djangorestframework==3.12.4 # https://github.com/encode/django-rest-framework
django-cors-headers==3.10.0 # https://github.com/adamchainz/django-cors-headers
django==3.2.9
Here is my
view.py
:Here is my template:
Do you guys know what could be the issue?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions