On most Native Kendo Vue components the following classes are applied depending on the state:
- 'k-floating-label-container'
- 'k-state-focused'
- 'k-state-empty'
- 'k-autofill'
- 'k-state-invalid'
- 'k-rtl'
'k-state-invalid' for instance adds a red border around the Kendo Input component:
In this example the red line isn't added to the html textarea:
https://www.telerik.com/kendo-vue-ui/components/form/guidelines-with-examples/#toc-vue-form-inputs
Is there an easy and efficient way to add (some of) these classes to a native html textarea?