Skip to content

Commit f184cf3

Browse files
feat(select): Add show() method to Select. This change makes available the functionality that used to be accessible via the click() method and was removed in cl/595540752.
PiperOrigin-RevId: 781633111
1 parent 3072a9b commit f184cf3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

select/internal/select.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,4 +842,8 @@ export abstract class Select extends selectBaseClass {
842842
override [getValidityAnchor]() {
843843
return this.field;
844844
}
845+
846+
show() {
847+
this.open = true;
848+
}
845849
}

0 commit comments

Comments
 (0)