Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

AEM TouchUI TagField

Avatar

Level 3

Do we have ability in OOTB coral Tag field to display only 1 level of tags instead of their children or do we have a tags dropdown available ??

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

With Autocomplete you can create your own datasource which will return only level one tag.

E.g. Search/Filter Touch UI Dialog Dropdown in AEM

Arun Patidar

AEM LinksLinkedIn

View solution in original post

3 Replies

Avatar

Community Advisor

Hi,

There is a option to create dropdown using autocomplete list but there is a coral type is available for tags.

/libs/cq/gui/components/coral/common/form/tagfield

Autocomplete — Granite UI 1.0 documentation

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 3

Thanks Arun..We are using tagfield only but we are unable to restrict that to display 1 level. It displays Child tags also. Seems using the auto complete also we are unable to get the single level tags in the Dropdown.

Avatar

Correct answer by
Community Advisor

With Autocomplete you can create your own datasource which will return only level one tag.

E.g. Search/Filter Touch UI Dialog Dropdown in AEM

Arun Patidar

AEM LinksLinkedIn