Read multifield(say multifield of pathbrowsers) dialog values via js in AEM 6.3
Hi,
I need to read the values of a dialog which has a multifield of pathbrowsers via my js[being used to display custom validation messages] in AEM 6.3 and populate them into an array for checking if values are present or not in each of the fields.
Tried the options mentioned in the below articles,
http://sgaem.blogspot.in/2017/02/granite-ui-jquery-validations-in-aem-62.html
http://www.adobeaemclub.com/aem-touch-ui-dialog-validation/
which has something like $form.find, but no luck.
Any thoughts/pointers/code snippet on this will be helpful.