Skip to main content

@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

ParameterTypeDescription
prevboolean | undefinedthe previous multiple value
nextbooleanthe current multiple value
Returns:

void