开启Angular Material 自动完成(mat-autocomplete) Always Under Input

Open Angular Material Autocomplete(mat-autocomplete) Always Under Input

如何始终在 Input 底部打开 Angular Material Autocomplete(mat-autocomplete)? 有位置配置吗?或者我必须使用 CSS 技巧?

尝试将 matAutocompletePosition 添加到输入元素的属性中。

<Input matAutocompletePosition="below">

SAMPLE