Crestron Components Lib - Showcase App

ch5-textinput: change customEvent

ch5-textinput change event

Modify the text in the input field, then click outside the field to fire the change event. Open up the browser console to see that and as well the js tab.

<ch5-textinput
    type="text"
    feedbackMode="submit"
    value="initial value">
</ch5-textinput>