Skip to end of banner
Go to start of banner

gadget_createAutocompleteSelectList (Power Scripts)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

Description

Creates an auto-complete select list (combo).

Parameters

Return Type

String []

The returned value has no meaning

Example

gadget_createAutocompleteSelectList("Another Select list", {"A", "B", "C", "D"}, {});
gadget_createAutocompleteSelectList("Select list", {"C/C++", "Java", "Python", "Ruby"}, {"Java"}, true, "Choose one ore more");

As the users types suggestions will appear below the input box.

See also

We've encountered an issue exporting this macro. Please try exporting this page again later.
We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels