Update using javascript for coral touch ui tag based tagfield
Hi,
Does any one have any inputs as how can i fill tags when i get json response in javascript
I tried with below javascript code but the below tags does not show up under tag field when touch ui dialog is loaded
========================================
$("#TagIdcomp").val(["Asset:Guide""]);
=====================================
I have the tag
<tags
granite:id="TagIdcomp"
jcr:primaryType="nt:unstructured"
sling:resourceType="/libs/cq/gui/components/coral/common/form/tagfield"
fieldDescription="Category Tags"
fieldLabel="Select Tags"
multiple="{Boolean}true"
name="../../tagsRegion"/>
The issue is similar to https://forums.adobe.com/thread/2640879#11188688
But i need for tagfield
Thanks.