Rate component 'disabled' prop should have default cursor on hover #9747
Comments
@avalanche1 Maybe we should |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@avalanche1 Maybe we should |
What problem does this feature solve?
Rate component 'read-only' variation is mostly used when you want to display something, not give a rating. Thus, having
cursor: not-allowed
on hover is really an anti-pattern here. Why would someone wish to see anot-allowed
cursor when hovering over a rating of a product for example?What does the proposed API look like?
cursor: default
on hoverThe text was updated successfully, but these errors were encountered: