Custom widget(xtype) not loading in AEM 6.1-Touch UI
Hi,
I have created a custom multifield widget in AEM 5.6.1 and using that in one of the component.
It was working fine in AEM 5.6.1 .Now the environment is upgraded to AEM 6.1
If i try to access the dialog through AEM 6.1 Touch UI, the custom widget has stopped loading and logs an error as below.
Uncaught cannot create Component: xtype 'TagCrumbWidgetDropDown' not found and no default supplied
But if i try to access the dialog in AEM 6.1 Classic UI ,the custom widget(xtype) is loading and working perfectly.
Should i have to change the implementation to create a custom widget(using granite UI) in AEM 6.1
How can i make my custom widget to load in AEM 6.1-Touch UI ?
Thanks,
Vinay