aravindS
20-01-2020
Hi,
I need to show the set of dialog based on the first dialog drop-down.
based on the above selection need to show some text field, pathbrowser.
Thanks in advance.
sunjot16
Employee
Are you implementing it in Metadata Schema? If yes, the following document may be helpful:
https://helpx.adobe.com/ca/experience-manager/6-5/assets/using/metadata-schemas.html
You can go add two drop-down fields, and set their Settings, such that the second is visible/enabled only when the first one is selected.
Arun_Patidar
MVP
Please check OOTB solution
https://helpx.adobe.com/experience-manager/using/dynamic_touchui.html
jayQ
Hi,You could use the list component from AEM Sites Core Components as an example.It has a conditional rendering depending on the source selected.https://github.com/adobe/aem-core-wcm-components/tree/master/content/src/content/jcr_root/apps/core/...