Closed GazousGit closed 4 years ago
Hello,
I'm trying to hide disabled items in the dropdown, is this even achievable trough CSS?
This approch does not seems to work:
.ngx-select__disabled { display: none; }
If anyone got any idea I'll take it.
Nevermind, a simple:
.dropdown-item.disabled { display: none !important; }
did the trick :-)
Hello,
I'm trying to hide disabled items in the dropdown, is this even achievable trough CSS?
This approch does not seems to work:
.ngx-select__disabled { display: none; }
If anyone got any idea I'll take it.