Skip to content

MultipleDropdownComponent.addOption method

MultipleDropdownComponent › addOption

Adds an option to the dropdown.

Signature:

addOption(value: string, display: string): this

Parameters:

ParameterTypeDescription
valuestringThe value of the option.
displaystringThe display text of the option.

Returns: thisThe component.