You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Akhil7416
changed the title
DropDown Options UI
Multiselect Component to Support Customized Option Rendering
May 6, 2024
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?
The text was updated successfully, but these errors were encountered: