Skip to content

Commit 8ff51ae

Browse files
julianobrasiljelbourn
authored andcommitted
docs(select): Change select's openedChange output comment (#9934)
1 parent 2abdb65 commit 8ff51ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/select.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ export class MatSelect extends _MatSelectMixinBase implements AfterContentInit,
430430
.pipe(take(1), switchMap(() => this.optionSelectionChanges));
431431
});
432432

433-
/** Event emitted when the select has been opened. */
433+
/** Event emitted when the select panel has been toggled. */
434434
@Output() readonly openedChange: EventEmitter<boolean> = new EventEmitter<boolean>();
435435

436436
/** Event emitted when the select has been opened. */

0 commit comments

Comments
 (0)