-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The default radio field renders with multiple inputs with same id.
keg-elements/keg_elements/templates/keg_elements/forms/horizontal_b4.html
Lines 194 to 199 in 69003d3
| {% for value, label, checked in field.iter_choices() %} | |
| <div class="radio"> | |
| <label> | |
| <input type="radio" | |
| name="{{ field.id }}" | |
| id="{{ field.id }}" |
Metadata
Metadata
Assignees
Labels
No labels