Crestron Components Lib - Showcase App

ch5-textinput: keypress customEvent

ch5-textinput keypress event

The keypress event is fired when a key that produces a character value is pressed down. 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>