mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
fix(select): select.click() opens the menu
PiperOrigin-RevId: 622981111
This commit is contained in:
parent
df6923e85c
commit
7a6cf16a4e
@ -825,6 +825,10 @@ export abstract class Select extends selectBaseClass {
|
||||
this.value = state;
|
||||
}
|
||||
|
||||
override click() {
|
||||
this.field?.click();
|
||||
}
|
||||
|
||||
[createValidator]() {
|
||||
return new SelectValidator(() => this);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user