Combobox with multiline options #636
Answered
by
kevinbuhmann
kumar-tadepalli
asked this question in
Q&A
-
|
Hi, Is it possible to have option with multilines and custom template in combobox? |
Beta Was this translation helpful? Give feedback.
Answered by
kevinbuhmann
Apr 19, 2023
Replies: 1 comment 4 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Yes, I believe you can implement this design by projecting such content into the
clr-optionelement.Example: https://stackblitz.com/edit/clarity-light-theme-clr15-hwdfbt?file=src%2Fapp%2Fapp.component.html
Note that the combobox can only filter based on the items in the collection iterated by
*clrOptionItems, not the full content of theclr-optionelement.