You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi There,
Recently we have migrated our angular app from Angular 9 to Angular 13. Along with that, we upgraded the JSON Schema Form packages @ajsf/core and @ajsf/material to 0.7.0.
Post that I observed a couple of issues and more or less all are similar to one thing and that is the form keeps on firing the onChanges event.
I checked a bit deeper and found something wrong with the model binding with the form, If I remove that binding it works as expected but at the time saving I am unable to get the form data.
Currently ajsf only supports Angular 12.
I just started a new application with Angular 13 and wanted to use ajsf.
Now my questions:
The text was updated successfully, but these errors were encountered: