You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Expected Behavior
The search field shall look like this
The text was updated successfully, but these errors were encountered:
Thank you for reaching out. However, this package merely does the Django integration and provides no alterations to the CSS code. Might I suggest reaching out to the team that maintains the Select2 page here: https://github.com/select2/select2/
Hi Joe, the problem is, that the issue is only happening with django-select2 and not with normal select2 like you can see in the picture.
I just let the fields the same and just change the call from
$(.django-select2).djangoSelect2(){}
to
$(.django-select2.).select2(){}
So the problem seems to be because of django-select2
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
Expected Behavior
The search field shall look like this
The text was updated successfully, but these errors were encountered: