You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
<material-dropdown-select>
<material-select-dropdown-item *ngFor...>
... my code here
</material-select-dropdown-item>
</material-dropdown-select>
There is a max-width hard-code: max-height: 400px; max-width: 448px, and I can't change it.
Is there a work around ?
Dart SDK Version (2.9.0)
AngularDart Version (^6.0.0-alpha+1)
Using Windows
Chrome
Using Material Design, editor: VS Code
The text was updated successfully, but these errors were encountered:
DartViet
changed the title
can't change dropdown-select material max-width
can't change material-dropdown-select [max-width], it's hard-coded
Aug 12, 2020
Here is the code I wrote: [copied from Angular Material Drop Down Sample]
There is a max-width hard-code: max-height: 400px; max-width: 448px, and I can't change it.
Is there a work around ?
The text was updated successfully, but these errors were encountered: