Completed
Last Updated: 09 Jun 2023 14:11 by ADMIN
Release R3.2023-Increment.1(19.July.2023)
Created by: Stephen
Comments: 0
Category: TextArea
Type: Bug Report
0

If you configure a TextArea to be resizable, it simply is not.

https://docs.telerik.com/kendo-ui/api/javascript/ui/textarea/configuration/resize

This last worked in 2023 R1(2023.1.117): https://dojo.telerik.com/@Stephen/IqePaHim

And is first broken in 2023 R1 SP1(2023.1.314): https://dojo.telerik.com/@Stephen/UWUpoxUw

And is still broken in 2023 R1 SP2(2023.1.425): https://dojo.telerik.com/@Stephen/OnoKiboM

Notice that the resize handle is not even rendered anymore.

Completed
Last Updated: 26 Jan 2023 12:14 by ADMIN
Release R2.2023-Increment.1(15.Mar.2023)
Created by: Michael D
Comments: 2
Category: TextArea
Type: Bug Report
0

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. 

Completed
Last Updated: 18 Nov 2021 09:27 by ADMIN
Release 2021.R3.SP.next

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?