ng2-select icon indicating copy to clipboard operation
ng2-select copied to clipboard

Not listing items into dropdown list

Open tikemantns opened this issue 6 years ago • 2 comments

I am using angular 7 and bootstrap 4, its not showing dropdown list to i select any things .

tikemantns avatar Oct 03 '18 07:10 tikemantns

In my case it was a conflict with the .dropdown-menu class of bootstrap.

I fixed it with the following css snippet

.ui-select-container .dropdown-menu {
    display: block;
}

sickOscar avatar Jun 24 '19 15:06 sickOscar

In my case it was a conflict with the .dropdown-menu class of bootstrap.

I fixed it with the following css snippet

.ui-select-container .dropdown-menu {
    display: block;
}

so good

Kirding avatar Dec 31 '19 05:12 Kirding