Open zack-kimble opened 1 year ago
To reproduce, add a rating tag with either the defaultValue or icon parameter, eg <Rating name="rating" toName="text" defaultRating="4" icon="fire" />
<Rating name="rating" toName="text" defaultRating="4" icon="fire" />
Resulting UI will still be stars with a default value of 0. maxValue seems to work, I don't know about others.
maxValue
Hey @zack-kimble, I hope everything is going well! Thanks for reporting this issue, I was able to reproduce it and I already created a ticket to fix it!
The ticket number that it will be addressed is LSDV-4856
To reproduce, add a rating tag with either the defaultValue or icon parameter, eg
<Rating name="rating" toName="text" defaultRating="4" icon="fire" />
Resulting UI will still be stars with a default value of 0.
maxValue
seems to work, I don't know about others.