ttskch / select2-bootstrap4-theme

Select2 v4 theme for Bootstrap4
MIT License
436 stars 203 forks source link

Weird issue with search not showing complete placeholder. #48

Closed Ysovuka closed 3 years ago

Ysovuka commented 4 years ago

Weird issue with li width not being set to 100% in css file in dist location. This happens in Chrome Version 81.0.4044.122 (Official Build) (64-bit)

image

.select2-search.select2-search--inline { width: 100%; }

Resolves the issue.

image

ttskch commented 3 years ago

@Ysovuka This problem is fixed via https://github.com/ttskch/select2-bootstrap4-theme/commit/a4cca3a7c66bff362d9ddd91927f108c404d46f1 👍