ngx-bootstrap-multiselect icon indicating copy to clipboard operation
ngx-bootstrap-multiselect copied to clipboard

Multiselect Component to Support Customized Option Rendering

Open Akhil7416 opened this issue 1 year ago • 0 comments

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?

Screenshot 2024-05-06 at 1 07 18 PM

Akhil7416 avatar May 06 '24 07:05 Akhil7416