material-web
material-web copied to clipboard
No access to change `mwc-select` -> `.mdc-select__anchor` -> `200px`
I have a need to set mwc-select field width to auto.
At the moment, this is limited by the style .mdc-select__anchor { width: 200px; } and is not available for modification.
| actual | expected |
|---|---|
![]() |
![]() |
Is it possible to implement this as a configurable option value?

