awran5 / react-simple-star-rating

A simple react component for adding a star rating to your project.
https://react-simple-star-rating.vercel.app/
MIT License
136 stars 32 forks source link

readonly is not working with react-simple-star-rating #12

Closed manikamnyusoft closed 2 years ago

manikamnyusoft commented 2 years ago

readonly is not working and how to disable rating if it's needed

GISJohnECS commented 2 years ago

When you say read only do you mean the user can't click the stars? EDIT I tried the readonly option and it works as intended:

<Rating 
    readonly
    size={25}
    ratingValue={30}
/>