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

Cannot choose half-rating #28

Open sachinmjadhav opened 5 years ago

sachinmjadhav commented 5 years ago

I'm using the StarRating Component in a form and for some reason the user cannot select a half star. I have added the isAggregateRating to true in the props. Please help.

<StarRatings
  numberOfStars={numberOfStars}
  starHoverColor="chocolate"
  starRatedColor="orange"
  isAggregateRating={true}
  rating={0}
  changeRating={val => onChange(val)}
/>
Billmike commented 5 years ago

I love this package, but the inability to select half stars is annoying. Any chance that would be fixed?

Hessah95 commented 1 year ago

I'm facing the same issue! did anyone find a way to solve this ?