We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
13.3.0
13.1.2
1
https://devui.design/13.3.0/components/zh-cn/select/demo#object-filter
组件库html代码: <d-select [options]="options2" [isSearch]="true" [filterKey]="'name'" [(ngModel)]="currentOption4" [placeholder]="'Search'">
本人html代码: <d-select [options]="type | keyvalue" [filterKey]="'value'" [isSearch]="true">
No response
The text was updated successfully, but these errors were encountered:
demo中的效果需要开启扩展主题,建议参考主题化使用指南或如下代码
import { ThemeServiceInit } from 'ng-devui/theme'; import { infinityTheme, sweetTheme, provenceTheme, deepTheme, } from 'ng-devui/theme-collection';
ThemeServiceInit({ 'infinity-theme': infinityTheme, 'provence-theme': provenceTheme, 'sweet-theme': sweetTheme, 'deep-theme': deepTheme, }, 'infinity-theme');
~~至此完成扩展风格主题的切换
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
13.3.0
Angular Version
13.1.2
Link to minimal reproduction
1
Step to reproduce
1
What is expected
https://devui.design/13.3.0/components/zh-cn/select/demo#object-filter
组件库html代码:
<d-select
[options]="options2"
[isSearch]="true"
[filterKey]="'name'"
[(ngModel)]="currentOption4"
[placeholder]="'Search'">
What is actually happening
本人html代码:
<d-select [options]="type | keyvalue" [filterKey]="'value'" [isSearch]="true">
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: