我有一个DropDown列表,我希望我在那里添加一个搜索选项,当用户添加3个第一个字母时,它将在我的情况下搜索行业名称。这是我的下拉列表: <div class="field-wrapper"> <h3 class="mat-subheading-1">stackblitz here 我想做的是enter link description here只是一点编辑,我想thaT搜索
我尝试在Angular上的项目中使用组件@angular-material-components/file-input。我查看了它的用法示例: <ngx-mat-file-input [formControl]="fileControl"></mat-form-field>export class DemoF