Angularmat-autocomplete未显示下拉选项
创始人
2024-10-28 06:31:04
0
  1. 确保输入框绑定了matAutocomplete指令,并检查matAutocomplete选项的命名是否正确。

  2. 确保提供了正确的数据源。

  3. 检查mat-form-field是否正确包含了mat-autocomplete。

  4. 确保app.module.ts中包含了MatAutocompleteModule。

  5. 检查提供的数据源是否为空或格式不正确。

以下是一个示例代码:

HTML:


  
  
    
      {{ country }}
    
  

TS:

import { Component } from '@angular/core';
import { FormControl } from '@angular/forms';
import { Observable } from 'rxjs';
import { startWith, map } from 'rxjs/operators';

@Component({
  selector: 'autocomplete-example',
  templateUrl: 'autocomplete-example.html',
  styleUrls: ['autocomplete-example.css'],
})
export class AutocompleteExample {
  countryCtrl = new FormControl();
  countries: string[] = ['USA', 'Canada', 'Germany', 'Italy', 'France'];
  filteredCountries: Observable;

  constructor() {
    this.filteredCountries = this.countryCtrl.valueChanges.pipe(
      startWith(''),
      map((value) => this.filter(value))
    );
  }

  filter(value: string): string[] {
    const filterValue = value.toLowerCase();

    return this.countries.filter((country) =>
      country.toLowerCase().includes(filterValue)
    );
  }
}

相关内容

热门资讯

开挂透视!德普之星透视辅助软件... 开挂透视!德普之星透视辅助软件,德普之星辅助器app,本来一直都是有辅助脚本(哔哩哔哩)1、超多福利...
详细透视!wpk有作比弊吗,w... 详细透视!wpk有作比弊吗,wpk是真的还是假的,其实真的是有辅助插件(哔哩哔哩)1、模拟器是什么优...
有挂透视!hhpoker是真的... 有挂透视!hhpoker是真的假的,hhpoker德州牛仔视频,一直一直都是有辅助工具(哔哩哔哩)1...
揭幕透视!aapoker脚本怎... 揭幕透视!aapoker脚本怎么用,aapoker透视插件,总是真的是有辅助攻略(哔哩哔哩)1、揭幕...
揭幕透视!wpk真吗,wpk真... 揭幕透视!wpk真吗,wpk真吗,好像一直总是有辅助软件(哔哩哔哩)1、许多玩家不知道辅助怎么退出观...
总结透视!wepoker免费脚... 总结透视!wepoker免费脚本咨询,wepoker透视有用吗,确实一直总是有辅助教程(哔哩哔哩)1...
透视透视!德普软件,德普之星透... 透视透视!德普软件,德普之星透视辅助软件下载,果然真的有辅助方法(哔哩哔哩)透视方法中分为三种模型:...
专业透视!wepoker高级辅... 专业透视!wepoker高级辅助,安装不了wepoker,一贯真的是有辅助方法(哔哩哔哩)1)有没有...
详细透视!aapoker脚本怎... 详细透视!aapoker脚本怎么用,aapoker怎么控制牌,竟然一直总是有辅助神器(哔哩哔哩)在进...
详细透视!wepoker辅助器... 详细透视!wepoker辅助器如何使用,wepoker轻量版透视系统,竟然是真的有辅助神器(哔哩哔哩...