You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Nav items have a property called ItemTextColor. It is shown as a property, but when setting it, there has no effect. The color of the text for the item does not change.
Is this property supposed to work?
To Reproduce
Steps to reproduce the behavior:
Set Nav Items property as follows:
Table(
// Amenities
{ItemKey: "amenity", ItemDisplayName: "Amenities" },
// Categories
// I have tried the text version, as seen here, as well as Color.Red. Neither work.
{ItemKey: "category", ItemDisplayName: "Categories", ItemExpanded: true, ItemTextColor: "#003478" },
{ItemKey: "catCategory", ItemDisplayName: "Categories", ItemParentKey: "category"},
{ItemKey: "catItem", ItemDisplayName: "Category Items", ItemParentKey: "category"},
{ItemKey: "property", ItemDisplayName: "Category Properties", ItemParentKey: "category"},
// Choices
{ItemKey: "choice", ItemDisplayName: "Choices"}
)
View Nav Rendered on Canvas
No color change in text for ItemKey = category
Expected behavior
The text for that item to show in the specified color.
Screenshots
Additional Content
I have tried using the hex color values as well as Color.Color to set the property. Neither have any effect.
AB#977
The text was updated successfully, but these errors were encountered:
Describe the bug
The Nav items have a property called ItemTextColor. It is shown as a property, but when setting it, there has no effect. The color of the text for the item does not change.
Is this property supposed to work?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text for that item to show in the specified color.
Screenshots
Additional Content
I have tried using the hex color values as well as Color.Color to set the property. Neither have any effect.
AB#977
The text was updated successfully, but these errors were encountered: