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. |
The select control allows the user to select from a drop down list.
| 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. |