AEM TouchUI TagField | Community
Skip to main content
New Participant
January 3, 2019
Solved

AEM TouchUI TagField

  • January 3, 2019
  • 3 replies
  • 4303 views

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 ??

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 arunpatidar

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

3 replies

arunpatidar
arunpatidarAccepted solution
New Participant
January 3, 2019

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
New Participant
January 3, 2019

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.

arunpatidar
New Participant
January 3, 2019

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