@microsoft/fast-foundation > Select > multipleChanged
Select.multipleChanged() method
Sets the multiple property on the proxy element.
Signature:
multipleChanged(prev: boolean | undefined, next: boolean): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| prev | boolean | undefined | the previous multiple value |
| next | boolean | the current multiple value |
Returns:
void