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

Readonly rating with a fractional value #12

Closed marjanbajc closed 9 years ago

marjanbajc commented 9 years ago

Hi,

very nice plugin. Thanks for sharing.

in the demo under Readonly rating with a fractional value, the value is 2.5 which should fill 2.5 stars but it only fills 2.

Is it possible to show 2.5 stars filled?

Thank you.

dreyescat commented 9 years ago

Thanks for reporting this bug @marjanbajc!

Yep, it should work now in version 1.1.1. It was a regression I introduced in version 1.0.4.

marjanbajc commented 9 years ago

Very nice, It works. Thanks. :)