Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Select dropdown doesn't appear when clicked. #84

Open
Thorski opened this issue Dec 15, 2017 · 5 comments
Open

Select dropdown doesn't appear when clicked. #84

Thorski opened this issue Dec 15, 2017 · 5 comments

Comments

@Thorski
Copy link

Thorski commented Dec 15, 2017

Same as Issue #27 is happening again with ngx-tree-select 0.13.0 and bootstrap 4.0.0-beta.2.

Select dropdown doesn't appear when clicked.

@Crazyht
Copy link
Owner

Crazyht commented Dec 17, 2017

Ok, bs4 beta change where class "show" must be append. I try to resolve this asap with keeping compatibility to BS3 - bs4 alpha and new bs4 beta ^^

@Thorski
Copy link
Author

Thorski commented Jan 5, 2018

Hi, any resolution or workaround? Thanks.

@VijetaH
Copy link

VijetaH commented Jan 5, 2018

.dropdown-menu{
display: block !important;
}

@stockmind
Copy link
Contributor

stockmind commented Mar 25, 2018

Same problem here! Can't get the css override style to stick either. @VijetaH where did you put the selector?

EDIT: Thanks @VijetaH, after cleaned all the possible cache, putting it in the parent component css works, don't know why it wasn't working before.

@politan
Copy link

politan commented Aug 13, 2019

@VijetaH @stockmind Can you provide some hint or gist where to apply this CSS class? Not working for me. It works! Probably something cached in a browser and changes were not visible.

@Crazyht Any plans for Bootstrap 4.x support?

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

No branches or pull requests

5 participants