django-crispy-forms / crispy-tailwind

A Tailwind template pack for django-crispy-forms
MIT License
329 stars 56 forks source link

select elements don't include `id` #125

Closed spookylukey closed 4 months ago

spookylukey commented 1 year ago

See https://github.com/django-crispy-forms/crispy-tailwind/blob/main/crispy_tailwind/templates/tailwind/layout/select.html#L5

This results in an accessibility bug, since the <label> has a for attribute that points to nowhere, so clicking on the label doesn't focus the <select>. It also results in bugs with anything else that expects the normal Django ids to be present.