Data not populated in Dialog when using Multifield in Mobile View
I have using Multifield as "granite/ui/components/foundation/form/multifield", it is working fine when dialog opens as a pop up. But when the size of the screen is reduced to tab or mobile, dialog is opening as mnt/override/apps/.... in the URL and multifield data is shown as blank.
I tried upgrading from acs aem commons from 4.11 to 5.0.4 but no luck.
I am using AEM 6.3.3 version but also checked in 6.5.9, this is not working as expected.
I know if I use coral multifield this will work fine but for that model and crx/de data needs to be modified which is not an acceptable solution for us.
Moreover, the custom validation added in js are also not working. $(document).on("dialog-ready", function() is not getting triggered while opening dialog in mobile or Tab view.
Please help with a solution to make this work.
