Beautiful Design App

I had a use case this week that the rating component inside a form needs to be filled, but it can’t be marked as required.

Called CSS to help with this.

Hope this helps @Robert_Petitto @Jeff_Hager @Darren_Murphy.

<pre><span><style>
[data-test="nav-button-Submit"]{
pointer-events: none;
opacity: 0.4;
}
8 Likes