Based on @Justinas comment, I was able to get the items to display correctly by adding this to the parent component css file:
::ng-deep span[role="menuitem"]{
display: block;
}
The component still exhibits some strange behavior. When a single item is clicked, every item is selected:
I think it is due to the fact that the component requires Bootstrap 4 (I am on Bootstrap 3). Related thread here: https://github.com/softsimon/ngx-bootstrap-multiselect/issues/462#issuecomment-560370149
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…