HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.32k stars 2.4k forks source link

Some rating tag parameters do not work #3823

Open zack-kimble opened 1 year ago

zack-kimble commented 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" />

Resulting UI will still be stars with a default value of 0. maxValue seems to work, I don't know about others.

juliosgarbi commented 1 year ago

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!

juliosgarbi commented 1 year ago

The ticket number that it will be addressed is LSDV-4856