crispy-bulma icon indicating copy to clipboard operation
crispy-bulma copied to clipboard

Bulma template pack for django-crispy-forms

Results 8 crispy-bulma issues
Sort by recently updated
recently updated
newest added

Hi ``` crispy-bulma 0.11.0 django-crispy-forms 2.1 ``` When using bulma crispy forms, it seems to be working fine as long as I don't set the logging in DEBUG level. If...

help wanted

When rendering a select field its css_class and wrapper_class can be changed. But its "select" div stays the same and can't be changed without overriding the template. Current "select.html" template:...

enhancement

django.forms.widgets.SplitDateTimeWidget is not correctly styled and currently looks like this: ![split](https://user-images.githubusercontent.com/1301950/210007768-0ac811b8-b148-4d01-891b-8a2db6740a7b.png) First reported in #2

bug
help wanted

When displaying a field error inline, the following `` tag HTML is added: https://github.com/ckrybus/crispy-bulma/blob/2e9abb011f0b5b9cf0dbc8a6def1cec8a44568c1/crispy_bulma/templates/bulma/field.html#L56-L59 The `is-danger` class used here is not correct. `is-danger` doesn't actually do anything for a ``...

Hi I setup crispy_bulma as described in https://crispy-bulma.readthedocs.io/en/latest/usage.html Maybe I missed something but in my form, when I try to use a standard layout like Multifield, I get an error...

Adding `uni_formset.html` template partial for compliance with latest `crispy_forms` templating conventions.

- [x] Operating System: Windows 11 - [x] Local Setup: - [x] Python v3.13 - [x] UV - [x] Django v5.1 - [x] django-crispy-forms 2.3 - [x] crispy-bulma 0.11.0 -...

Implement a bulma version of the [MultiField](https://django-crispy-forms.readthedocs.io/en/latest/api_layout.html#layout.MultiField)

enhancement