Controls
Select
The select control allows the user to select from a drop down list.
Example
Parameters
Name | Type | Description |
---|---|---|
placeholder | string | Shows a greyed out text that will disappear when new text is entered |
choices | List | A python list of str items. |
note
The Select control will always return a string as value. So if numbers or JSON is expected it must be transformed at the receiver or during execution.