Crestron Components Lib - Showcase App

ch5-textinput: validitychange customEvent

ch5-textinput validitychange event

This event is fired up when the validity of the input is changed. Open up the browser console to see that and as well the js tab.

It will work only with feedbackMode='submit'.

<div>
    <ch5-textinput
        type="number"
        minValue="5"
        maxValue="10"
        feedbackMode="submit">
    </ch5-textinput>
</div>