Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi ,
I am following the below code to add values to a particular class in a select field.Please help me and let me know the correct procedure.
I am using AEM 6.1 version
var select = $('.myClass').data('select');
selec.setValue(['bm', 'cm', 'dk', 'ec']);
Not Able to set values to Select field please let me know correct docs URL for AEM 6.1.
Solved! Go to Solution.
You can refer to the code here, it shows this use case
http://www.adobeaemclub.com/touch-ui-dynamic-selection-of-multiple-drop-downs-in-aem-6-1/
View solution in original post
Views
Likes
Replies