Blazor MultiSelect Component - Secondary text on Multiselect dropdown list Items

1 Answer 154 Views
MultiSelect
Uday
Top achievements
Rank 1
Iron
Uday asked on 23 Sep 2022, 04:40 PM

Hi,

I have a use case to show the secondary text on dropdown list items. Is there a way currently to show the custom secondary text below the actual individual item in the dropdown list?

I've tried using the ItemTemplate by placing two divs one for option and other for custom description text and provided a separate class. But nothing worked out. 

My expectation is 

ProductName
DescriptionText

ProductName
DescriptionText

But content is being rendered as below


Thanks

1 Answer, 1 is accepted

Sort by
0
Uday
Top achievements
Rank 1
Iron
answered on 23 Sep 2022, 05:38 PM
Able to resolve this using div tags.
Tags
MultiSelect
Asked by
Uday
Top achievements
Rank 1
Iron
Answers by
Uday
Top achievements
Rank 1
Iron
Share this question
or