MCPcopy Create free account
hub / github.com/angular/components / multiple

Method multiple

src/material/select/select.ts:442–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440 /** Whether the user should be allowed to select multiple options. */
441 @Input({transform: booleanAttribute})
442 get multiple(): boolean {
443 return this._multiple;
444 }
445 set multiple(value: boolean) {
446 if (this._selectionModel && (typeof ngDevMode === 'undefined' || ngDevMode)) {
447 throw getMatSelectDynamicMultipleError();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected