Skip to content

Commit

Permalink
Merge pull request #5631 from jnoordsij:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 638637288
  • Loading branch information
copybara-github committed May 30, 2024
2 parents 99ec9e2 + b157a87 commit aab5e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion select/internal/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export abstract class Select extends selectBaseClass {
/**
* Returns an array of selected options.
*
* NOTE: md-select only suppoprts single selection.
* NOTE: md-select only supports single selection.
*/
get selectedOptions() {
return (this.getSelectedOptions() ?? []).map(([option]) => option);
Expand Down

0 comments on commit aab5e69

Please sign in to comment.