django-bootstrap5 icon indicating copy to clipboard operation
django-bootstrap5 copied to clipboard

Radio select option disabled

Open xavfernandez opened this issue 7 months ago • 0 comments

Match current behavior of Django's RadioSelect widget which allow to customize individual options' attrs (including disabled in a ChoiceField).

The create_option hook is documented in Django https://docs.djangoproject.com/en/5.0/ref/forms/fields/ to allow the customization of the different options rendering.

xavfernandez avatar Jun 27 '24 08:06 xavfernandez