ngx-bootstrap-multiselect
ngx-bootstrap-multiselect copied to clipboard
Multiselect Component to Support Customized Option Rendering
I had a requirement where label for multiselect option should have ui like a title along with subtitle as shown in the image, the bracket part must have different color and size
but as per code i can only pass one variable { name: /// } to the options array and this option.name gets displayed inside one span
<span>{{ option.name }} </span>
so i cant find a way to achieve this above requirement.
is there a way to do this? or can I complete the above requirement and raise pr?