Dropdown
Allows for multi-select, search, and select values.
Use this widget to select between multiple choices, search through a large list of choices, perform multiple selections, include a header, etc. For a simpler version, use a standard Dropdown.
The dropdown widget is available under designing application pages, drag-and-drop GEDropdown to a container.
. WhenThe following list of properties are specific to this widget. For common properties, refer to Page Components.
Property | Description |
---|---|
Source - Dropdown Data | Use any of these options to provide values from a data source to
populate the dropdown.
These are the two basic formats to manually enter values for a
dropdown. (OR)
|
Target - Dropdown Target | Use any of these options to specify the target source for a dropdown
value. At runtime, when you select a value from the dropdown, the value gets
assigned to the target specified in this property.
|
Output Format | Specify whether the output value should be an array or string format. |
Manual Input | You can also use this property instead of using options in
Dropdown Data property. Manually create values
for a dropdown widget:
Note: If you configured both Manual Input
and Dropdown Data properties for the widget, then
the dropdown is populated with a list of combined values. Make sure to
validate and rectify your data to avoid duplicates in the
dropdown. |
Label | Enter a label name that appears above the dropdown widget. For example,
Choose an item |
Dropdown Placeholder | Enter the placeholder text that appears in the dropdown. For example,
-Select- |
Dropdown height (px) | Set a height for the dropdown list in pixels. |
Multiple selection | Allows to select multiple values from a dropdown. If you select this property, specify the Output Format and Output Separator. |
Max Selections | Specify the maximum number of values that can be selected from the dropdown. |
Enable search | Select the check box to enable a search option for dropdown values. |
Output Separator | By default, multiple values are separated by a comma. You can also use other symbols like semicolon. |
Width (px) (0 equals Dynamic) | Enter a width for the dropdown. If set to 0, the widget occupies 100% of its container, and fills the area in the application. |