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.
1 parent c33c200 commit eb790e4Copy full SHA for eb790e4
packages/select/src/mwc-select-base.ts
@@ -578,8 +578,6 @@ export abstract class SelectBase extends FormElement {
578
},
579
addClassAtIndex: () => undefined,
580
removeClassAtIndex: () => undefined,
581
- getSelectedIndex: () => this.index,
582
- setSelectedIndex: () => undefined,
583
isTypeaheadInProgress: () =>
584
typeahead.isTypingInProgress(this.typeaheadState),
585
typeaheadMatchItem: (nextChar, startingIndex) => {
0 commit comments