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
There is a bug with .ui.ratings where the onRate() for .ui.ratings is always called (i.e. on page load) even before the user has interacted with it. This means all on-page ratings can fire API calls even if the user has not actually interacted with it yet.
There is a bug with
.ui.ratings
where theonRate()
for.ui.ratings
is always called (i.e. on page load) even before the user has interacted with it. This means all on-page ratings can fire API calls even if the user has not actually interacted with it yet.Here is an example.
@jlukic I'm also including your response to this from Gitter just in case
The text was updated successfully, but these errors were encountered: