ttskch / select2-bootstrap4-theme

Select2 v4 theme for Bootstrap4
MIT License
434 stars 207 forks source link

Styling of dropdown icon does not match BS4 default #65

Closed mdr1384 closed 3 years ago

mdr1384 commented 3 years ago

The icon is a down triangle instead of a down chevron... I tweaked your demo page using the browser console to show the problem: https://jsfiddle.net/t2prb6ds/

ttskch commented 3 years ago

@mdr1384 The icon doesn't depend on Bootstrap itself but it depends on your browser.

Chrome

Safari image

Firefox

The down triangle icon is default appearance of select2. This theme just extends this appearance.

Thanks.

mdr1384 commented 3 years ago

Well I'm no expert, like you, but it seems to me if you are offering a style package for bootstrap 4, it should at least do what bootstrap 4 does - I mean they figured out some CSS, you should be able to also - Isn't that the whole point of the BS4 theme? Right now your dropdown does not look like Bootstrap 4 in ANY of the major browsers, e.g.:

Firefox 84:

select2-ff-84

Chrome 88:

select2-chrome-88

Edge 44:

select2-edge-44