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

Unable to give rating in integer value #34

Closed yogeshkhatri1989 closed 1 year ago

yogeshkhatri1989 commented 1 year ago

Need a way to give rating in integer only without disabling allowedFraction. When allowedFraction is enabled, it also shows half filled stars on hover. There should be a way to show stars filled completely on hover when even allowedFraction is enabled.

yogeshkhatri1989 commented 1 year ago

Found out that disableFillHover provides the expected behaviour so closing the issue