Abstract
This tutorial demonstrates how to populate CoralUI Select dropdowns in an AEM component dialog from a JSON data source using JavaScript. For added complexity, we're cascading the dropdowns in multiple instances within a Multifield component.
Component Dialog
Rather than create a new component, we're just going to modify the existing helloworld component that is included with the project.
In the helloworld dialog .content.xml, add the following component nodes after the existing text component node.
1. Heading component (optional)
2. Composite Multifield component
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni