Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Drop down is not loading options when we edit component dialog

Avatar

Community Advisor

Hello All,

We have an issue where the selection field (drop down) is not working when we edit component dialog. I see below error on firebug console.

 

would you please advise on this?

or What is the js rendered/called when we edit selection field (drop down) in component dialog?

2 Replies

Avatar

Level 7

This is certainly not an issue with widgets.js or any OOTB AEM js file in that matter. Otherwise no body would be able to use the drop down feature.

It must be causing from any custom javascript code written in your application or any listener code added to the dialogs.

The ticket provides very high level view of the problem.

 

Thanks

Tuhin

Avatar

Level 10

Hi,

Are you dynamically getting values in drop down or these are hardcoded as nodes in jcr?

if dynamically, it would be good if you can share code snippet.

Thanks