mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
Fix typo in select.ts
This commit is contained in:
parent
dc2ba2a54f
commit
b157a877ef
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user