ReactiveForms work on StackBlitz but not in `ng serve` ("@syncfusion/ej2-angular-inputs": "20.2.45")

Hi guys, 

I have strange problem...


When I was trying new Angular 14 typed ReactiveForm (but its the same with v13 non-typed form) on StackBlitz, everything work as expected:


But when i download the project (also as attachement to this post)


and run it locally:

cd angular-ivy-qofhql
npm install
ng serve

and open it then it... Just break? Classic <input /> works, but ejs-textbox stop changing:



How is this possible? And how can i do to make ReactiveForm work in ng serve?


Attachment: angularivyqofhql_578600a.zip

3 Replies 1 reply marked as answer

JK Jan Kondelík August 30, 2022 03:13 PM UTC

My versions:




JK Jan Kondelík August 30, 2022 03:28 PM UTC

Oh... 


Nevermind. 


For some reason, when I use yarn instead of npm install it work...


(I noticed that Angular have yarn as default package manager when I was censoring that screenshot with versions...)


Or maybe bcs you published .46 2 hours ago where it is fixed? :) 

 


Marked as answer

SP Sureshkumar P Syncfusion Team August 31, 2022 04:25 AM UTC

Jan,


Thanks for your update.


Regards,

Sureshkumar P


Loader.
Up arrow icon