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
Uhm... Are you sure they are fired in that order? The correct order should be onHover first and then onChange. Because you hover over the symbol before you click it.
Hi,
Whenever I click a star, the onChange() method is fired. CORRECT
But immediately, the onHover() method is called with value=1. INCORRECT
Is this a known issue?
Thanks for your help, amazing component!
The text was updated successfully, but these errors were encountered: