react-star-rating-component
react-star-rating-component copied to clipboard
Why there are some radio buttons?
There are some radio button.
see this image:
how to get rid of it?
My setting
<StarRatingComponent name={"Test"} value={2} editing={true} />
+1
I would think the component renders radio buttons underneath for accessibility reasons (ie. HTML convention). For some reason your styling overrides the implicit invisible styling I'd bet is part of the component. Simply make sure radio buttons are invisible within this context. That should do the trick!