Open
Description
Bug Description
When I am adding a Select2MultipleWidget in a django-filters form, the search field is moved down, so it isn't in the select-box as expected. Hapenning with Standard theme and with select2-bootstrap-5 theme. Form is added with crispy forms.
Steps to Reproduce
- Add Select2MultipleWidget in a django-filters form.
- Include the filter-form with crispy forms.
- Watch the broken search field of Select2MultipleWidget