PrestaShop / prestashop-ui-kit

UI kit for PrestaShop Backoffice - A collection of styled components, based on Bootstrap 4
47 stars 28 forks source link

Select2 is not using select2-bootstrap4-theme #227

Closed web-cooking-factory closed 2 months ago

web-cooking-factory commented 2 months ago

Select2 uses default theme which is the one for Bootstrap 5. The initSelect2 function should set something like this: var newObj = {minimumResultsForSearch: -1, theme: 'bootstrap4};