DropdownComponent.addOption method
DropdownComponent › addOption
Official
Add an option to the dropdown.Signature:
addOption(value: string, display: string): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| value | string | |
| display | string |
Returns: this
Since: 0.9.7