Rating stars disappear if the user clicks the same star that is already selected

I have a 3-star rating system set up that works great except for the fact that if you click on the star that is already selected, it clears the value in the table. Then, since the value is empty, the star rating no longer shows up. Is there any way to work around for this? Is there something I am missing?

Use an if-then-else column to set some sort of default value when it is empty, then display that.

eg:

  • if rating column is empty then “Not rated”
  • else rating column

Actually, I think I misunderstood your question. You are referring to the rating component, yes?
I cannot replicate the behaviour you described. That is, the component is always visible, even when the rating column is empty.

Can you show me how you have it configured, and the column it saves to?

I think that is somewhat the expected behavior, or else you have no way to clear your rating? Or I think you expect that if you rated 3 stars, and the 3rd star is clicked again, you want it to stay as is?

Please try my AI component here: