Expand my Community achievements bar.

SOLVED

Creating Dropdown in multifield using Sightly (AEM 6.2)

Avatar

Level 2

Hi, 

I have a multifield component, in which i want to create a drop down list. i have create the same but my drop down in dialog is not retaining the value once i open it after saving the values. there is some JS issue i guess. can anyone provide possible tutorial or way to solve this??

Thanks

1 Accepted Solution

Avatar

Correct answer by
Administrator

Adding one more reference link here:- http://experience-aem.blogspot.in/2016/02/aem-61-touchui-add-items-to-multifield-based-on-value-in-s...

// AEM 61 - TouchUI Add Items to Multifield based on Select (Drop Down) value

Demo:-https://drive.google.com/file/d/0B4d6KmbLkAumdERpSGVEdEVqakE/view

I hope this would help you.

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Level 10

Only Multifield HTL article we have is:

http://scottsdigitalcommunity.blogspot.ca/2016/02/creating-aem-sightly-component-that.html

You are correct - you need to code the fields in a JS file using Granite APIs - as shown in this article. 

Avatar

Correct answer by
Administrator

Adding one more reference link here:- http://experience-aem.blogspot.in/2016/02/aem-61-touchui-add-items-to-multifield-based-on-value-in-s...

// AEM 61 - TouchUI Add Items to Multifield based on Select (Drop Down) value

Demo:-https://drive.google.com/file/d/0B4d6KmbLkAumdERpSGVEdEVqakE/view

I hope this would help you.

~kautuk



Kautuk Sahni