Open sachinmjadhav opened 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)} />
I love this package, but the inability to select half stars is annoying. Any chance that would be fixed?
I'm facing the same issue! did anyone find a way to solve this ?
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.