"Read Only" for Rating / Stars Component

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

2 Likes

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 :raised_hands:
I don't have a timeline yet, but I'll be in touch :nerd_face:

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. :raised_hands:

3 Likes