trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
518 stars 87 forks source link

[select]: not easy to set the width of the component #2199

Open ibelenski opened 4 years ago

ibelenski commented 4 years ago

According to the docs:

The select requires that you set the width of the mdc-selectanchor element as well as setting the width of the mdc-selectmenu element to match. This is best done through the use of another class (e.g. demo-width-class ...).

Unfortunately, unlike the menu, the mdc-select__anchor element is internal to the Angular MDC MdcSelect component.

Angular MDC version: 5.1.1.

trimox commented 4 years ago

Hi @ibelenski Resolved upstream https://github.com/material-components/material-components-web/pull/5852

Will implement asap...