Crestron Components Lib - Showcase App

ch5-slider: dirty event

ch5-slider dirty event

Fires if the component has feedbackMode='submit' and the user interacts with the handle in a way that changes the value. ( See JS tab )

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