kartik-v / bootstrap-star-rating

A simple yet powerful JQuery star rating plugin with fractional rating support.
http://plugins.krajee.com/star-rating
Other
1.05k stars 400 forks source link

theme not being picked up from rating container options #204

Closed mjnaylor8 closed 3 years ago

mjnaylor8 commented 3 years ago

Prerequisites

Steps to reproduce the issue

  1. Using Django and Crispy Forms
  2. Form input is integer with css-class = 'rating' and options theme='krjaee-fas' data-size='md' dir='ltr'
  3. HTML resulting is
  4. HTML has
  1. Generated HTML for rating container is
    Five Stars
  2. So theme fas not overriding the glyphicons

What am I doing wrong?

Expected behavior and actual behavior

When I follow those steps, I see...

I was expecting...

Environment

Browsers

Operating System

Libraries

Isolating the problem

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.