django-crispy-forms / crispy-bootstrap5

Bootstrap5 template pack for django-crispy-forms
MIT License
462 stars 76 forks source link

Inorrectly work with django-autocomplete-light #172

Closed dt50 closed 7 months ago

dt50 commented 7 months ago

Incorrectly work when rendering select field

Render without select data

Render without select data

Render with select data

Render with select data

form.py

form.py How to solve this problem?

smithdc1 commented 7 months ago

I'd recommend using a custom template for this individual field.

https://django-crispy-forms.readthedocs.io/en/latest/layouts.html#overriding-layout-objects-templates

dt50 commented 7 months ago

Okay, got you, thank you for your reply