Issue with lazyLoad property of multifield component.
Hi All,
We have multifield component where we have set lazyload property to true in component along with composite attribute. We are observing below issue with lazyload:
1. When we add first time content to multifield component it store data in form of jcr node(item0,item1 etc)
2. When we modify/update content in same multifield component, the data is stored now in form of StringArray and jcr nodes are getting disappeared. Also when we open component then no data is visible on the same.
When we removed this lazyload property from component the rest of functionality works as expected.
Does any one know the behavior of lazyload property? Does this cause issue with multifield component? We are using AEM 6.5 SP11. Kindly provide your inputs on the same.
Thank you.