As described in https://docs.telerik.com/kendo-ui/api/javascript/ui/textarea/configuration/overflow, the TextArea widget supports customizing it's overflow behavior. However, setting this option to e.g. "scroll" has no effect as can be seen in this DOJO: https://dojo.telerik.com/etapAfaC.
If you check the applied styles in the browser's DEV-Tools, you can see that the internal class "k-input-inner" overrides the value set using the overflow option.
Dear Support,
I have some forms that is bind to MVVM and I am binding the VM's change event to check for any pending changes on the form. The issue I am having is for textarea that is bind to null value, if I tab/click on the textarea and leave without making any changes, it will still trigger the VM's change event.
https://dojo.telerik.com/IDotuWOl
What is the solution for this?