Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default font-awesome classes should be updated #39

Open
lingtalfi opened this issue Jun 5, 2019 · 0 comments
Open

Default font-awesome classes should be updated #39

lingtalfi opened this issue Jun 5, 2019 · 0 comments

Comments

@lingtalfi
Copy link

With font-awesome 5.8.2 (as of 2019-06-05),
the star classes should be these:

        $('.starrr').starrr({
            rating: 5,
            emptyClass: 'far fa-star',
            fullClass: 'fas fa-star',
        })

In your current code, the default class for empty is: fa fa-star-o
which is not supported anymore, and so nothing will display, which is confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant