Expand my Community achievements bar.

having a editable select(drop down) in Adobe AEM

Avatar

Level 2

Hi,

I do have a requirement where downtown should be editable, is there any out of box component available in AEM  or have to create custom component?

Suggestions would be appreciated.

 

Thanks

2 Replies

Avatar

Level 10

IF you want field to be editable you can add property as editable with value as true to the selection field

Avatar

Level 8

You can add combobox widget with xtype as "combo" in the custom component dialog and add the property editable ,value= true.

For events and other functions you can refer to https://docs.adobe.com/content/docs/en/cq/5-6-1/widgets-api/index.html