AEMaaCS - Multifield with show/hide inside another multifield item is not working properly
Hi,
Below is the scenario,
* There is a multifiled item for steps , where each step has title,description and multiple images/videos.
* Within each step , since user can enter multiple images/videos that is also been made multifield item.
* This multifield images/videos is show/hide dropdown with image and video as selectors.
* When you select image or video, few fields are hidden/shown depending on what you select.
* This works fine within step1( remember step1 is a part of main multifield item within which we have multifield show/hide items for images/videos).
* But when you try to select video/image in step2 , it breaks.
* Issue is let's say dialog fields are like below:
step1:
+ title
+description
+assets
item1
+image
+imagepath
+alt
item2
+video
+videopath
step2:
+ title
+description
+assets
item1
+video
+videopath
from above example:
when I select video dropdown for item1 in step2 , item1 of the step1 will show videopath instead of imagepath.
I have already incorportated whatever @arunpatidar has suggested in this question : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-4-multifield-with-show-hide-dropdown-changing-all-the-items/m-p/237275 , because this changes it is working fine within step1 I mean show/hide works fine within each steps but not between steps.