ngx-tree-select
ngx-tree-select copied to clipboard
Select dropdown doesn't appear when clicked.
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.
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 ^^
Hi, any resolution or workaround? Thanks.
.dropdown-menu{ display: block !important; }
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.
@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?