issues
search
apalfrey
/
select2-bootstrap-5-theme
A Select2 v4 theme for Bootstrap 5
https://apalfrey.github.io/select2-bootstrap-5-theme/
MIT License
218
stars
48
forks
source link
Updated sizing to allow for use of Bootstrap sizing classes
#43
Closed
apalfrey
closed
3 years ago
apalfrey
commented
3 years ago
Migrated sizing styling to a mixin
Helped to prevent duplication of coding (small and large were the same, other than the variables used
Added support for Bootstrap sizing classes
These classes would be added to the
select
element itself
This requires the
dropdownParent
property to be set when initialising Select2, otherwise styling does not get applied to the dropdown list
Updated README to show how to use new functionality
select
element itselfdropdownParent
property to be set when initialising Select2, otherwise styling does not get applied to the dropdown list