Crestron Components Lib - Showcase App

ch5-textinput: Send Events when blur event is fired

usage of sendEventOnBlur attribute
Result: open the console and see the signal info when input is blured
<ch5-textinput
    sendEventOnBlur="input_blured"
    placeholder="Blur me to send the signal">
</ch5-textinput>