내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Tag suggestion in tag field is not consistent

Avatar

Level 3

    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.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 9

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 답변 개

Avatar

Level 5

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

Avatar

Level 9

Hi,

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

Thanks,

Avatar

Level 3

yes 

Avatar

Level 3

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"/>

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

Avatar

정확한 답변 작성자:
Level 9

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,