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

Bootstrap 5 for Django

Results 77 django-bootstrap5 issues
Sort by recently updated
recently updated
newest added

It's unclear to me the advantages of using this package as opposed to the simpler alternatives of just including the links to a Bootstrap's CDN or even download the Bootstrap's...

The required attribute is not rendered. Why is the required attribute not considered while rendering the widget?

I am using locally hosted CSS and Javascript files, served through the regular `staticfiles` app. Unfortunately, `django-bootstrap5` does not seem to support this due to the custom tag logic: https://github.com/zostera/django-bootstrap5/blob/0729e52e0f91b48f5dca8a2e4692bcc4a2a81d42/src/django_bootstrap5/templatetags/django_bootstrap5.py#L157-L220...

I've tried to utilize the `RadioSelectButtonGroup()`, but have the issue that it displayes as: ![image](https://github.com/user-attachments/assets/a78a6239-d436-4942-a994-d6a6eb8584d9) In this PR I've tweaked the template to align the button group below the label...

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.4. Changelog Sourced from coverage's changelog. Version 7.6.4 — 2024-10-20 fix: multi-line with statements could cause contained branches to be incorrectly marked as missing (issue...

dependencies
python

I need can set the class of wrapper to formset. In the settings.py: BOOTSTRAP5 = { 'required_css_class': 'field-required', 'set_placeholder': False, } If field is from a form, add class 'field-required'...

## Problem `````` This is an HTML5 widget [0], fully supported by Bootstrap, but it is not listed as a supported widget. This causes some issues: for example, I can't...