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 950d76e commit 4c5b70eCopy full SHA for 4c5b70e
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 ISvgIcon Icon { get; set; }
+ public object? Icon { get; set; }
76
public string Description { get; set; }
77
}
78
0 commit comments