How to add a maximum limit for tags in dialog field | Community
Skip to main content
Level 5
May 11, 2023
Solved

How to add a maximum limit for tags in dialog field

  • May 11, 2023
  • 3 replies
  • 979 views

<tags
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/coral/common/form/tagfield"
fieldLabel="Tags"
fieldDescription="Let author choose a maximum of five tags"
multiple="{Boolean}true"
name="./tags"
required="{Boolean}true"/>

 

above is the configured dialog, is there any way to limit the author to add only 5 tags.

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

SantoshSai
Community Advisor
Community Advisor
May 11, 2023
Santosh Sai
Saravanan_Dharmaraj
Community Advisor
Saravanan_DharmarajCommunity AdvisorAccepted solution
Community Advisor
May 11, 2023
Rohit_Utreja
Community Advisor
Community Advisor
May 12, 2023

Hi @aravinds ,

 

Please have a look at a similar thread below.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/restrict-tag-field-to-max-2-tags-touchui/m-p/440070

 

Just to give you a highlight, you need to write custom validations to achieve this.

https://medium.com/@ramamity94/easily-achieving-dialog-validations-in-aem-touch-ui-e78106012282

 

I hope it helps!