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
This is one of the oddest issues I've encountered.
After hitting an issue where the Rating control was not respecting my Value (it was always showing a full control - meaning if I had a Value of 2.5 and ItemCount of 5, it was showing all 5 stars full).
After not understanding why mine was working and comparing it line for line with the sample, I realized it came down to the ordering of which property was set on the tag first. Not sure why this is the case, but i was able to reproduce it in the sample app (just set Value before ItemCount).
The text was updated successfully, but these errors were encountered:
This is one of the oddest issues I've encountered.
After hitting an issue where the Rating control was not respecting my Value (it was always showing a full control - meaning if I had a Value of 2.5 and ItemCount of 5, it was showing all 5 stars full).
After not understanding why mine was working and comparing it line for line with the sample, I realized it came down to the ordering of which property was set on the tag first. Not sure why this is the case, but i was able to reproduce it in the sample app (just set Value before ItemCount).
The text was updated successfully, but these errors were encountered: