I tried using kendo-textbox with formly and it returns "this.subscriptions is undefined" , i tried again using stackblitz with this result https://stackblitz.com/edit/angular-zijgem?file=app/app.module.ts
am i doing something wrong? is the error comes from kendo-textbox or formly? thx!
3 Answers, 1 is accepted
0
Svet
Telerik team
answered on 01 Dec 2020, 02:18 PM
Hi,
Thank you for the provided example.
Indeed the reported behavior seems to be caused by a bug on our side. That is why I logged an issue in our public GitHub repository where its status can be tracked:
What could be done as workaround is to add *ngIf="true" to the kendo-textbox component:
<kendo-textbox *ngIf="true"...
></kendo-textbox>
I have also updated your account Telerik points for the provided feedback.
Please let me know in case any further information is required for this case. Thank you.
Regards,
Svetlin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.