Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not listing items into dropdown list #967

Open
tikemantns opened this issue Oct 3, 2018 · 2 comments
Open

Not listing items into dropdown list #967

tikemantns opened this issue Oct 3, 2018 · 2 comments

Comments

@tikemantns
Copy link

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

@sickOscar
Copy link

sickOscar commented Jun 24, 2019

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;
}

@Kirding
Copy link

Kirding commented Dec 31, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants