valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
676 stars 588 forks source link

ng2-select-compat compatibility to boostrap 4 beta #875

Open altair256 opened 6 years ago

altair256 commented 6 years ago

Hello!

Right now in using bootstrap 4 beta with ng2-select-compat i have issue with dropdowns, when you press the arrow they are are not shown.

Thank You!

default

verjik commented 6 years ago

It worked in bt4 alpha-6. after update same behavior as @altair256.

Hesesses commented 6 years ago

@altair256 & @verjik did you manage to find a fix for this?

altair256 commented 6 years ago

@Hesesses I have not been able to find a solution for this yet.

SamuelMarks commented 6 years ago

Add this to your ng2-select.css or wherever:

.ui-select-match[_ngcontent-c6] > .btn[_ngcontent-c6] {
  color: black;
  background-color: white;
  border: 1px solid rgba(0,0,0,.15);
}
TakahiRoyte commented 6 years ago

@SamuelMarks It did not work for me, under ng2-select latest and bootstrap 4.0.0. Is there any plan to make this library meet compatibility with bootstrap 4?

optimistex commented 6 years ago

Work by supporting Bootstrap 4 was planned: https://github.com/optimistex/ng2-select-ex/issues/5