react-star-rating-component icon indicating copy to clipboard operation
react-star-rating-component copied to clipboard

Why there are some radio buttons?

Open sandropoluan opened this issue 6 years ago • 2 comments

There are some radio button. see this image: fireshot capture 1 - myeabsen web app - http___localhost_3000_ _performancequestions_step 1

how to get rid of it?

My setting <StarRatingComponent name={"Test"} value={2} editing={true} />

sandropoluan avatar Apr 03 '18 05:04 sandropoluan

+1

ghost avatar May 08 '18 13:05 ghost

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!

kristianmandrup avatar Aug 21 '18 08:08 kristianmandrup