Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

how to populate dynamic dropdown based on the values in textfield in dialog.

Avatar

Level 3

I am getting array of dynamic values in textfield based on some selection .Now i want to use these dynamic values to populate in dropdown. How can i do this.Please assist me on this.

2 Replies

Avatar

Level 10

To do this - you need to write a custom xtype - see this article to point you in the right direction: 

https://helpx.adobe.com/experience-manager/using/dynamically-updating-aem-custom-xtype.html

Hope this helps.... 

Avatar

Administrator

Adding one more Helpx article for your reference :-

Link:- https://helpx.adobe.com/aem-forms/6/dynamically-populate-dropdowns.html

// Dynamically populating drop-down lists

~kautuk



Kautuk Sahni