Kendo Editor not update after input changed

2 Answers 44 Views
Editor
Levon
Top achievements
Rank 1
Iron
Iron
Levon asked on 26 Nov 2024, 07:42 AM | edited on 26 Nov 2024, 07:44 AM
Kendo Edit value does not update,

when user type a text in kendo editor, and then data update by code, example set default value button. 


https://stackblitz.com/edit/angular-iqrnxy

Please note that, Same behavior in case if we use ReactiveFormModule (value not updated after user type a text). I am sure this is bug. 

2 Answers, 1 is accepted

Sort by
1
Yanmario
Telerik team
answered on 28 Nov 2024, 11:52 AM | edited on 28 Nov 2024, 11:53 AM

Hi Lenov,

You would need to two-way bind the value property for the Editor to update its contents:

https://stackblitz.com/edit/angular-iqrnxy-cytqnp?file=src%2Fapp%2Fapp.component.ts

Regarding Reactive forms, please check the following documentation:

https://www.telerik.com/kendo-angular-ui/components/editor/forms#reactive-forms

The value is updated dynamically when typing in the Editor. 

I hope this helps. 

Regards,
Yanmario
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Levon
Top achievements
Rank 1
Iron
Iron
answered on 28 Nov 2024, 12:02 PM
Thank you
 two-way bind resolve the mentioned case.
Tags
Editor
Asked by
Levon
Top achievements
Rank 1
Iron
Iron
Answers by
Yanmario
Telerik team
Levon
Top achievements
Rank 1
Iron
Iron
Share this question
or