Example
The Select control always returns a string. If you need a different type, convert the value in your receiver function or during execution.
Parameters
| Name | Type | Description |
|---|---|---|
| choices | list | List of string options to display in the dropdown. |
| placeholder | string | Hint text displayed when no option is selected. |