zostera / django-bootstrap5

Bootstrap 5 for Django
BSD 3-Clause "New" or "Revised" License
394 stars 87 forks source link

Update RadioSelectButtonGroup() with form validation and layout #713

Open danniranderis opened 1 week ago

danniranderis commented 1 week ago

I've tried to utilize the RadioSelectButtonGroup(), but have the issue that it displayes as: image

In this PR I've tweaked the template to align the button group below the label and added the functionallity to see the form validation messages.

image