InfomediaLtd / angular2-materialize

Angular 2 support for Materialize CSS framework.
https://infomedialtd.github.io/angular2-materialize/
MIT License
409 stars 142 forks source link

Select in Dialog #421

Open guzmo opened 6 years ago

guzmo commented 6 years ago

Hey,

Currently trying to use Select in a dialog/modal but it changes the size or goes out of screen instead of using document.body as parent. How to change this? Tried both [materializeParams]="[{dropdownOptions: { container: window.document.body }}]" And [materializeParams]="[{wrapper: window.document.body}]"