Multiselect.addElement method
Multiselect › addElement
Unofficial
Add a new element to the multiselect.Signature:
addElement(value: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| value | string | the value of the element. |
Returns: boolean — true if the element was added, false otherwise.