Skip to content

Commit

Permalink
fix(core): adapt multiselect settings for bootstrap 5
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jan 29, 2025
1 parent 6e771bf commit 6bc99fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis_core/core/static/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ $(document).ready(function() {
enableFiltering: true,
enableCaseInsensitiveFiltering: true,
templates: {
filter: '<div class="multiselect-filter"><div class="input-group input-group-sm p-1"><input class="form-control multiselect-search" type="text" /></div></div>'
filter: '<div class="multiselect-filter"><div class="input-group input-group-sm p-1"><input class="form-control multiselect-search" type="text" /></div></div>',
button: '<button type="button" class="multiselect dropdown-toggle form-control" data-bs-toggle="dropdown" aria-expanded="false"><span class="multiselect-selected-text"></span></button>'
}
});
})
Expand Down

0 comments on commit 6bc99fe

Please sign in to comment.