Crestron Components Lib - Showcase App

ch5-textinput: Send Events when focus event is fired

usage of sendEventOnFocus attribute
Result: open the console and see the signal info when input is focused
<ch5-textinput
    sendEventOnFocus="input_focused"
    placeholder="Focus me to send the signal">
</ch5-textinput>