Open lidoraz opened 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
@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.
pointer-events:none
@lidoraz remove changeRating method it will disable component.
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