I need to detect the difference between the user intentionally skipping the slider, or setting the slider to its default position. When the thumb shows up automatically, I cannot tell whether it was set by the initialization process or if the user set it there intentionally. I’d like the thumb to not appear at all until the user clicks the line.
Thank you
We don’t offer such a built-in functionality, but here is a workaround with binding on change event.
The thumb is hidden on initialization and when the user interacts with the widget it’s shown.
Please, refer to this simplified slider demo.