Skip to content

Commit 961d722

Browse files
julianobrasilandrewseguin
authored andcommitted
docs(select): Change select's openedChange output comment (#9934)
1 parent 0b4b8ab commit 961d722

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
@@ -420,7 +420,7 @@ export class MatSelect extends _MatSelectMixinBase implements AfterContentInit,
420420
.pipe(take(1), switchMap(() => this.optionSelectionChanges));
421421
});
422422

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

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

0 commit comments

Comments
 (0)