On change behavior in textarea

2
Hi Mendixers,      I need to have On change behavior with “While user is entering data” in TextArea, but this option is available only in TextBox .I achieved auto capitalization using textBox and I stuck with TextArea. Every time the user enter data in textbox, the event triggers simultaneously. But in TextArea for event OnChange, it triggers only after leaving the textArea or losing focus from it. I need to achieve same as textBox for textArea.     The below image is taken from events of TextBox,
asked
0 answers