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 helps you to set all fields default layout. It's necessary not to repeat `layout="floating"` in all `{% bootstrap_field ... %}` tags

I have a template with a bootstrap button ```{% bootstrap_button data-bs-toggle="collapse" data-bs-target="#update-group-9" button_type="reset" content="Cancel" %}``` but when I try to render it i get following error ``` Django Version: |...

Hi, Just a tiny error on the core.py file that I forgot to fix on loading the app in a new environment, the final 's' is missing on line 13:...

`horizontal_label_class` can be specified in settings, but not `label_class`? In general, it seems that for a bunch of options, defaults cannot be specified - it would be great if that...

Currently it is not possible to render checkboxes inline as in Bootstrap documentation: https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline I would need this option in the `bootstrap_field` template tag.

enhancement

If there is appetite to move this into a dev dependency, I'm happy to open a PR for this.

The document says ``addon_after_class`` will work, but there is no handling logics at all. Note. Here is how django-bootstrap4 are handling it. https://github.com/zostera/django-bootstrap4/blob/adc99067b2459d1dafac9904db6f8748acaefe85/src/bootstrap4/renderers.py#L388

bug

Hi. Sometimes it's important to change the global form/field layout to 'horizontal' or 'floating' Here is [pull request](#169) that implements it.

enhancement

Check docstrings, especially public functions, methods and classes.

documentation

Reference: https://getbootstrap.com/docs/5.0/forms/form-control/#readonly

enhancement