dreyescat / bootstrap-rating

Bootstrap Rating is a jQuery plugin that creates a rating control that uses Bootstrap glyphicons for rating symbols.
http://dreyescat.github.io/bootstrap-rating/
MIT License
192 stars 78 forks source link

Cannot display 10 stars, shows all empty #7

Closed deb0rian closed 9 years ago

deb0rian commented 9 years ago

Using either:

input type="hidden" class="rating" data-start="0" data-stop="10" readonly="readonly" value="10" Or even: input type="hidden" class="rating" data-start="1" data-stop="10" readonly="readonly" value="10"

Displays empty stars.. No option for full rating.

Also, setting data-fractions="2" doesn't display value="9.5" properly.

I'm talking about setting manual values only.

dreyescat commented 9 years ago

Thanks for reporting the issue.

This issue was solved in #6. It was my fault that I forgot to update the minimized version appropriately. Check again with the updated version and let me know if it doesn't fix the issue.