-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Chip] Chip's Icon not showing #557
Comments
instead of PathIcon can you try just using an Image element? I dont think the Icon property supports types of IconElement, it probably should though although you could probably use IconTemplate and use a PathIcon inside of the DataTemplate |
oculd you produce a TreeGraph of the rendered output? |
@Xiaoy312 Not sure of how to produce a TreeGraph. Should I call it on my Page? By looking at the Toolkit Sample of Chips, I realized that Chip Icon only renders if the Chip is NOT a child of a
But if I add a parent |
yea, you will need to add a button to your MainPage (in BottomPanel area)
|
Current behavior
Chip's Icon not being displayed
Expected behavior
The icon to be displayed
How to reproduce it (as minimally and precisely as possible)
First I tried with the Figma Plugin, then with an Uno App and Playground (Here's the link to the snippet -> http://playground.platform.uno/#7c595c83)
Basically, add a ChipGroup and a Chip with Icon.
Uno.UI v4.8.15
Uno.Themes v2.5.3
Uno.Toolkit.UI v2.5.8
Uno.Extensions v2.3.2
Affected platform(s):
All
IDE:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: