gpt4 book ai didi

angular - mat autocomplete - 如何设置未找到的选项

转载 作者:行者123 更新时间:2023-12-05 04:03:43 26 4
gpt4 key购买 nike

如何为 mat mat-autocomplete 设置未找到的选项。

下面是我的代码:

<mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn">
<mat-option *ngFor="let item of items | async" [value]="item">
{{item.value}}
</mat-option>
</mat-autocomplete>

AngularJS 中的等价元素是

<md-autocomplete ...>
<md-item-template>
...
</md-item-template>
<md-not-found>
No item matching "{{myText}}" were found.
</md-not-found>
</md-autocomplete>

什么是 AngularJS md-not-found 等同于 mat-autocomplete

最佳答案

根据autocomplete.ts source code,目前在 Angular 的 Material 设计中没有这样的选项。 , 还有一个 Github Issue #13013 "No implementation of md-not-found for Autocomplete in Angular2+"有解决方法。

关于angular - mat autocomplete - 如何设置未找到的选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53465242/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com