You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it work, before importing scss from css-star-rating, make sure to define the variable $maxNumOfStars to the number of stars you have + 1.
This is due to the fact that you can not pass variable from TypeScript to SCSS files directly.
I'm submitting a...
Current behavior
When more than 6 stars are selected the fill stops working for the green stars
Expected behavior
Hover fill keeps working
Minimal reproduction of the problem with instructions
Add the following config:
<star-rating
[starType]="'svg'"
size="large"
[hoverEnabled]="true"
[numOfStars]="8"
>
Or go to https://biophoton.github.io/angular-star-rating/#/property-bindings and change amount of stars to 10
Environment
The text was updated successfully, but these errors were encountered: