Rating click bug and workaround. #1297
alex-knyaz
started this conversation in
Ideas / feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
When user clicks on star at the most bottom part,
animation plays and prevents click event from firing
(Because element running away up from mouse)
and no
checked
state is set.To workaround against this, one might use
pointerdown
event tochange control state. Here Svelte example:
Beta Was this translation helpful? Give feedback.
All reactions