New to Kendo UI for Vue? Start a free 30-day trial
Events
This article provides details about the event available in the TextArea API.
List of available TextArea events
- Native InputEvent - A Native TextArea event triggered every time a symbol is entered or deleted inside the component.
- TextAreaBlurEvent - Triggered when the TextArea is blurred/focused out.
- TextAreaChangeEvent - Triggered when the value of the TextArea has been changed when the component is blurred. If when the
blur event
is triggered and the value of the TextArea hasn't been changed, thechange event
won't be triggered. - TextAreaFocusEvent - Triggered when the component is focused.
TextArea events demo
The below example demonstrates the usage of the different TextArea events.
Example
View Source
Change Theme: