Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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
IF you want field to be editable you can add property as editable with value as true to the selection field
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
Views
Likes
Replies