Skip to content

Commit 7570193

Browse files
feat(select): Add show() method to Select
PiperOrigin-RevId: 781633111
1 parent 3072a9b commit 7570193

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)