Tag suggestion in tag field is not consistent | Community
Skip to main content
amangoyal15
New Participant
March 30, 2017
Solved

Tag suggestion in tag field is not consistent

  • March 30, 2017
  • 5 replies
  • 2950 views

    Hi All,

    I created some tag but without browsing through Tag pathfield , i want to type and once the suggestion come i will select it.

But i am not getting any suggestion for my text. My tag list is too big so my author want to type in the tag field and once the suggestion comes , from there he can choose the respective Tag. 

Please Assist.

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 MC_Stuff

Hi,

xml looks good to me. Any additional information yu can share like Package with steps to reproduce Or screenshot OR har (https://confluence.atlassian.com/kb/generating-har-files-and-analysing-web-requests-720420612.html) will help to guide on next steps. 

Thanks,

5 replies

MC_Stuff
MC_StuffAccepted solution
New Participant
April 1, 2017

Hi,

xml looks good to me. Any additional information yu can share like Package with steps to reproduce Or screenshot OR har (https://confluence.atlassian.com/kb/generating-har-files-and-analysing-web-requests-720420612.html) will help to guide on next steps. 

Thanks,

amangoyal15
New Participant
March 31, 2017

I am doing it in Touch UI . 

 

------------------------------------------------------------------------------------------------------------------------------------

<create-tag
                                                                jcr:primaryType="nt:unstructured"
                                                                sling:resourceType="granite/ui/components/foundation/form/textfield"
                                                                fieldDescription="More than one Tag should be written in CSV format"
                                                                fieldLabel="Create SEO Tag"
                                                                id="createtagid"
                                                                readOnly="{Boolean}true"
                                                                renderReadOnly="{Boolean}true"/>
                                                            <tags
                                                                cq:showOnCreate="{Boolean}true"
                                                                jcr:primaryType="nt:unstructured"
                                                                sling:resourceType="cq/gui/components/common/tagspicker"
                                                                allowBulkEdit="{Boolean}true"
                                                                allowCreate="{Boolean}true"
                                                                cq-msm-lockable="cq:tags"
                                                                fieldLabel="Tags"
                                                                name="./cq:tags"
                                                                renderReadOnly="{Boolean}true"
                                                                rootPath="/etc/tags/nexus"/>

------------------------------------------------------------------------------------------------------------------------------------

amangoyal15
New Participant
March 31, 2017

yes 

MC_Stuff
New Participant
March 31, 2017

Hi,

If it is classic ui, make sure offset mode is set. Can you attach the dialog xml file. 

Thanks,

sandeepm744005
New Participant
March 30, 2017

Are you using sling:resourceType as cq/gui/components/common/tagspicker ?