We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99ec9e2 + b157a87 commit aab5e69Copy full SHA for aab5e69
select/internal/select.ts
@@ -212,7 +212,7 @@ export abstract class Select extends selectBaseClass {
212
/**
213
* Returns an array of selected options.
214
*
215
- * NOTE: md-select only suppoprts single selection.
+ * NOTE: md-select only supports single selection.
216
*/
217
get selectedOptions() {
218
return (this.getSelectedOptions() ?? []).map(([option]) => option);
0 commit comments