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

get Rating on Hover #48

Open
prabhat2k15 opened this issue Feb 13, 2018 · 0 comments
Open

get Rating on Hover #48

prabhat2k15 opened this issue Feb 13, 2018 · 0 comments

Comments

@prabhat2k15
Copy link

how can i get the rating valu on hover?
I have tried mouseover but its not workin...

const thirdExample = {
size: 20,
count:5,
half: false,
color1:'grey',
color2:'#e5c145',
value: metaData.rate || 0,
edit:true,
mouseOver:newValue=>{
console.log(Example 3: new value is ${newValue})
},
onChange: newValue => {
this.saveRate(newValue);
console.log(Example 3: new value is ${newValue})
}
}

anatolyevych added a commit to anatolyevych/react-stars that referenced this issue Jul 30, 2019
anatolyevych added a commit to anatolyevych/react-stars that referenced this issue Jul 30, 2019
anatolyevych added a commit to anatolyevych/react-stars that referenced this issue Jul 30, 2019
anatolyevych added a commit to anatolyevych/react-stars that referenced this issue Jul 30, 2019
anatolyevych added a commit to anatolyevych/react-stars that referenced this issue Jul 30, 2019
anatolyevych added a commit to anatolyevych/react-stars that referenced this issue Jul 30, 2019
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