We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5f1e9 commit 5df3325Copy full SHA for 5df3325
knowledge-base/chiplist-add-chip-tooltips.md
@@ -72,7 +72,7 @@ To add tooltips to chips in the ChipList, use the `ItemTemplate` to customize ch
72
public class ChipModel
73
{
74
public string Text { get; set; }
75
- public object? Icon { get; set; }
+ public ISvgIcon? Icon { get; set; }
76
public string Description { get; set; }
77
}
78
0 commit comments