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

Star rating elements don't mark any stars when binding the rate property #17

Open
jclx opened this issue Mar 11, 2016 · 1 comment
Open

Comments

@jclx
Copy link

jclx commented Mar 11, 2016

Star rating elements don't mark any starts when binding the rate property esp in an iron-list.

A quick solution is to include rate in the isActive call:
<span class$="{{isActive(index)}}" on-tap="_setRate" data-index$="{{index}}">
to
<span class$="{{isActive(index, rate)}}" on-tap="_setRate" data-index$="{{index}}">
Actually might want to include starts to if used in binding too.

Handy element though.

@simontheteemo
Copy link

i have the same issue as well..
seems like no one maintaining this anymore...
Im building my own one now
GG

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

2 participants