Current Rating Component has a Disabled Option but that looks off since I want to show case a score, a Read Only feature lets the user see the colorful starts with out letting the user select another rating star
Hi @JuanPablo Thanks for the feedback. We've had other users reach out regarding this as well and it's something our team is looking into already. I will keep you posted on here when this feature is live ![]()
I don't have a timeline yet, but I'll be in touch ![]()
In the meantime you may be able to workaround this by disabling the rating component and overwrite the CSS to remove the grey-scale - something like
yourSelector {
filter: none;
}
You can find some good tips and tricks on how to use CSS on your apps here. ![]()
Hello @Alice, is there any update on this? I just ran into this issue today.
Not yet, I'm afraid but I can see that the fix for this is still on our to-do list and is something we are looking into soon.
ok thanks for the update. Interestingly enough it already works like that in tables if you mark the column as not editable, but it doesn't seem to be achievable on the standalone rating component.
Also stumbled over this today. For me it was actually the opacity style I needed to reset:
yourSelector {
opacity: 1;
}
btw: @Alice will it be possible at some point to attach custom classes to components?
Not that I know of but Retool themes let you set specific styling for all components - you can find more information on this here