ngx-tree-select icon indicating copy to clipboard operation
ngx-tree-select copied to clipboard

Select dropdown doesn't appear when clicked.

Open Thorski opened this issue 7 years ago • 5 comments

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.

Thorski avatar Dec 15 '17 19:12 Thorski

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 ^^

Crazyht avatar Dec 17 '17 12:12 Crazyht

Hi, any resolution or workaround? Thanks.

Thorski avatar Jan 05 '18 14:01 Thorski

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

VijetaH avatar Jan 05 '18 19:01 VijetaH

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.

stockmind avatar Mar 25 '18 04:03 stockmind

@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?

politan avatar Aug 13 '19 11:08 politan