Skip to main content
viveksachdeva
New Participant
January 28, 2021

Autocomplete dropdown Workflow Participant Chooser

  • January 28, 2021
  • 5 replies
  • 1445 views

Hey guys,

In case number of users/groups is high, it becomes very difficult to find the user to assign the workflow to. Screenshot below:

 

Is there a way OOTB to have autocomplete dropdown instead of normal dropdown where authors can search for name and get a filtered list of application assignees?

 

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.

5 replies

Vijayalakshmi_S
New Participant
January 29, 2021

Hi @viveksachdeva,

Rendering logic related to this makes use of <coral-select> tag.

Script responsible  - /libs/cq/gui/components/coral/common/admin/timeline/alerts/workflow/provider.jsp

Autocomplete functionality is available OOB but to incorporate the same to this flow requires customization. 

viveksachdeva
New Participant
January 31, 2021
Hi @vijayalakshmi_s, thats for replying.. As you mentioned it uses coral select... That doesnt support select box autocomplete functionailty right?