MCPcopy Index your code
hub / github.com/angular/components / multiple

Method multiple

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected