jazzband / django-smart-selects

chained and grouped selects for django forms
https://django-smart-selects.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.1k stars 348 forks source link

Ensure at least one option in the <select> element (as required in HTML) #317

Closed d9pouces closed 3 years ago

d9pouces commented 3 years ago

The generated HTML is invalid (the name attribute is duplicated and empty selects are forbidden).

Ensure at least one option in the