fyneworks / star-rating

jQuery Star Rating Plugin
MIT License
29 stars 17 forks source link

"on" popup when hovering #16

Open vini2001 opened 4 years ago

vini2001 commented 4 years ago

When hovering a star that doesn't have a title, it will show an "on" popup

fyneworks commented 4 years ago

The title of each star image is the value of the input.

If you do this: <input type="radio" value="on" ...then it will show title "on".

This isn't a bug, it's the desired behaviour.

Please submit code sample if you believe this is incorrect.