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)
    );
  }
}

相关内容

热门资讯

三分钟妙计!wepoker私人... 三分钟妙计!wepoker私人局有透视吗(透视)一直真的有辅助工具(哔哩哔哩)1、三分钟妙计!wep...
七分钟方针!拱趴大菠萝自动计算... 七分钟方针!拱趴大菠萝自动计算机器人(透视)原来存在有辅助辅助(哔哩哔哩)1、完成拱趴大菠萝自动计算...
第7分钟大纲!we-poker... 第7分钟大纲!we-poker软件(透视)竟然真的有辅助辅助(哔哩哔哩)该软件可以轻松地帮助玩家将w...
1分钟大纲!破解辅助插件wep... 1分钟大纲!破解辅助插件wepoker(透视)真是存在有辅助教程(哔哩哔哩)1、起透看视 破解辅助插...
两分钟要领!hhpoker德州... 两分钟要领!hhpoker德州有挂吗(透视)一直有辅助开挂(哔哩哔哩)1、玩家可以在hhpoker德...
一分钟讲义!拱趴大菠萝有什么挂... 一分钟讲义!拱趴大菠萝有什么挂(透视)竟然是有辅助安装(哔哩哔哩)1、每一步都需要思考,不同水平的挑...
第七分钟手筋!wepoker永... 第七分钟手筋!wepoker永久免费脚本(透视)一直是有辅助透视(哔哩哔哩)1、第七分钟手筋!wep...
第七分钟课程!wepoker软... 第七分钟课程!wepoker软件辅助程序(透视)一贯是真的有辅助安装(哔哩哔哩)wepoker软件辅...
2分钟指引!拱趴大菠萝自动计算... 2分钟指引!拱趴大菠萝自动计算机器人(透视)原来真的有辅助透视(哔哩哔哩)1、拱趴大菠萝自动计算机器...
第六分钟窍要!wpk真吗(透视... 第六分钟窍要!wpk真吗(透视)真是是真的有辅助插件(哔哩哔哩)1、wpk真吗免费辅助多个强度级别选...