Skip to main content
Level 3
February 1, 2018
Solved

Not able to add set values to select field

  • February 1, 2018
  • 1 reply
  • 788 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

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/

1 reply

edubey
edubeyAccepted solution
Level 10
February 1, 2018