如何使 mat-select 始终在 angular2 的表单字段下打开?

How to make mat-select always open right under the form field in angular2?

我需要 angular material mat-select 组件在其表单字段下方打开,但它会在 selected 选项位置打开下拉菜单,并且容器会稍微移动到顶部根据 selected 选项。 有没有办法打开表单域正下方的下拉容器?

该行为由 Material 设计规定。您可以使用 disableOptionCentering 选项关闭所选选项的居中,但这会将顶部选项置于字段之上而不是其下方。您可以通过指定 panelClass 选项并适当地设置 displayposition 属性来使用 CSS 覆盖它,但是如果 window space 防止面板在标准位置打开。