Crestron Components Lib - Showcase App

ch5-slider: focus | blur

ch5-slider focus | blur event

Open the browser console to see the result of a Javascript event handler when the ch5-slider is focus|blur . ( See JS tab )

Click anywhere in this pane, then try tabbing through the elements.



<p>Click anywhere in this pane, then try tabbing through the elements.</p>

<ch5-slider
    id="demo"
    step="20"
    min="0"
    max="200"
    value="20">
</ch5-slider>

<br><br>

<ch5-slider
    id="demo2"
    step="20"
    min="0"
    max="200"
    value="20" 
    valueHigh="80" 
    range="true">
</ch5-slider>