Description Some widgets are not styled.
django.forms.widgets.DateInput
django.forms.widgets.DateTimeInput
django.forms.widgets.NumberInput
django.forms.widgets.TextInput
django.forms.widgets.ClearableFileInput
django.forms.widgets.SplitDateTimeWidget
django.forms.widgets.TimeInput
django.forms.widgets.URLInput
Some widgets are not styled properly
crispy_bulma.widgets.FileUploadInput
System Configuration
Bulma 0.9.3
Django 4.1.4
crispy-bulma 0.8.0
django-crispy-forms 1.14.0
Update 2022-12-29:
✔️ django.forms.widgets.DateInput
✔️ django.forms.widgets.DateTimeInput
✔️ django.forms.widgets.NumberInput
✔️ django.forms.widgets.TextInput
✅ django.forms.widgets.ClearableFileInput (explicit use of FileUploadInput widget for now)
❎ django.forms.widgets.SplitDateTimeWidget (Fix SplitDateTimeField widget rendering #5 )
✔️ django.forms.widgets.TimeInput
✔️ django.forms.widgets.URLInput
✔️ crispy_bulma.widgets.FileUploadInput
Reactions are currently unavailable
You can’t perform that action at this time.
Some widgets are not styled.
Some widgets are not styled properly
System Configuration
Update 2022-12-29: