Skip to content

Commit eb790e4

Browse files
allan-chencopybara-github
authored andcommitted
fix(select): revert 2fed2c1 that delegates to list for single selection logic
PiperOrigin-RevId: 318345783
1 parent c33c200 commit eb790e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/select/src/mwc-select-base.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,6 @@ export abstract class SelectBase extends FormElement {
578578
},
579579
addClassAtIndex: () => undefined,
580580
removeClassAtIndex: () => undefined,
581-
getSelectedIndex: () => this.index,
582-
setSelectedIndex: () => undefined,
583581
isTypeaheadInProgress: () =>
584582
typeahead.isTypingInProgress(this.typeaheadState),
585583
typeaheadMatchItem: (nextChar, startingIndex) => {

0 commit comments

Comments
 (0)