This is a migrated thread and some comments may be shown as answers.

Possible bug using kendo-textbox with formly

3 Answers 203 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
datum
Top achievements
Rank 1
datum asked on 30 Nov 2020, 06:46 AM
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

Sort by
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:

https://github.com/telerik/kendo-angular/issues/3134

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/.

0
datum
Top achievements
Rank 1
answered on 02 Dec 2020, 03:16 AM

thx!

i'll make another CRUD component using formly in my project, i'll post again if i found any problem

 

Regards,

datum

0
Jordan
Top achievements
Rank 1
answered on 06 Apr 2021, 08:13 PM
thank you, I had the same error integrating with angular formly and adding *ngIf="true" worked as a fix.
Tags
TextBox
Asked by
datum
Top achievements
Rank 1
Answers by
Svet
Telerik team
datum
Top achievements
Rank 1
Jordan
Top achievements
Rank 1
Share this question
or