-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @mrzdcmps, yes you should be able to do this. See this post on how to hide the slider thumb: #862 Instead of using the click event, you might be better off using the mouseup and mousedown events if you want the thumb to only appear when the user is actively clicking (i.e. pressing the mouse button down). Please let us know if you need any further guidance. |
Beta Was this translation helpful? Give feedback.
-
Thank you! I decided to go a slightly different route since I have multiple sliders and wanted them all to appear on a single page.
CSS
HTML (inside a survey_html object)
|
Beta Was this translation helpful? Give feedback.
Thank you! I decided to go a slightly different route since I have multiple sliders and wanted them all to appear on a single page.
JS
CSS
HTML (inside a survey_html object)