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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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
Views
Replies
Total Likes