ekeric13 / react-star-ratings

A customizable svg star rating component for selecting x stars or visualizing x stars
https://codepen.io/ekeric13/project/full/DkJYpA/
BSD 3-Clause "New" or "Revised" License
152 stars 44 forks source link

Disable hover #20

Open lidoraz opened 5 years ago

lidoraz commented 5 years ago

Hi, I would really appreciate the option for disabling the option to hover. The color change in the star ratings while hovered can limit the use in mobile phones or touch users.

Thanks

krnareshkumar23 commented 4 years ago

@lidoraz You can do something with CSS like you can add style to StarRating with pointer-events:none which will disallow all pointer-events though.

vishalkalola1 commented 3 years ago

@lidoraz remove changeRating method it will disable component.