Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
As we know tag picker field in AEM is multiselect, is there a way we can restrict a tag picker field for single tag selection only.
Solved! Go to Solution.
Hi @ashisht85509954 ,
Please try
selectionCount (stringel) = single
The count of item to be selected:
single ---- Only maximum single selection allowed
multiple ----- Zero or more selection allowed
You can also check below documentation-
https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/granite-ui...
Hope this helps!!
Thanks
View solution in original post
Hi @ashisht85509954,
Please use selectionCount property on the dialog node of the tag picker for your use case
Hope this helps.
Thanks,
Kiran Vedantam.
Views
Likes
Replies