Update using javascript for coral touch ui tag based auto complete
Hi,
Based on the link Update using javascript for coral touch ui tag based auto complete
I am populating for dialog on load using $(#TagIdcomp).find('ul.js-coral-Autocomplete-selectList > li[data-value="'+tagVal+'"]').click();
But on submit i need to capture the values from autocomplete dialog in JavaScript. So that i could process those in java using ajax
Could you please provide inputs as what will the javascript code will be very helpul.
I have the tag
<tagRegion
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete"
fieldLabel=" Tag"
multiple="{Boolean}true"
name="../../tagsRegion"
granite:id="TagIdcomp"
mode="contains">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/common/datasources/tags"/>
<options
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete/list"/>
<values
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete/tags"/>
</tagRegion>
Thanks.
Thanks