-
Hello everyone, I am trying to access the value of the slider position as the observers move the slider. I can get that value number once they submitted a response with the
, however, is there a way to get the immediate slider value without requiring a response submission? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Feb 2, 2021
Replies: 1 comment 1 reply
-
Hi Gorkem, You can add an event listener for the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gorkemer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Gorkem,
You can add an event listener for the
input
event instead. See this helpful article.