- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Bittu,
I guess you need to add the two attributes to the form to make it work.
editionMode="dialog" entity-schema="<namespace>:<schema>"
So your parent form element should have
<form .......
editionMode="dialog" entity-schema="<namespace>:<schema>"
.....
xtkschema="xtk:form">
I believe , it's not able to fetch the schema which the form is connected to and hence ends up crashing the console
Regards,
Adhiyan