mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-29 15:07:39 +03:00
This change adds support to use `'autofocus': True` in the style options and have the `autofocus` attribute included on the input field when rendered. |
||
|---|---|---|
| .. | ||
| checkbox_multiple.html | ||
| checkbox.html | ||
| fieldset.html | ||
| form.html | ||
| input.html | ||
| list_fieldset.html | ||
| radio.html | ||
| select_multiple.html | ||
| select.html | ||
| textarea.html | ||