AngularMaterial自动完成组件在字段更改发生之前不显示API数据
创始人
2024-10-28 12:00:46
0

如果您的Angular Material自动完成组件在字段更改发生之前不显示API数据,可能需要确保数据已正确获取并注入到组件中。另外,请检查是否使用了异步函数和rxjs操作符来处理数据,例如switchMap或mergeMap。

以下是一个示例代码,在使用自动完成组件时如何正确注入和处理API数据:

component.ts:

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

@Component({
  selector: 'app-autocomplete',
  templateUrl: './autocomplete.component.html',
  styleUrls: ['./autocomplete.component.scss']
})
export class AutocompleteComponent {
  myControl = new FormControl();
  options: string[] = [];
  filteredOptions: Observable;

  constructor(private apiService: ApiService) {}

  ngOnInit() {
    this.apiService.getData().subscribe((data: any) => {
      this.options = data;
      this.filteredOptions = this.myControl.valueChanges
        .pipe(
          startWith(''),
          map(value => this._filter(value))
        );
    });
  }

  private _filter(value: string): string[] {
    const filterValue = value.toLowerCase();
    return this.options.filter(option => option.toLowerCase().includes(filterValue));
  }
}

component.html:


  
  
    
      {{ option }}
    
  

在上面的代码示例中,我们注入了一个名为ApiService的服务,以获取API数据。在ngOnInit中,我们订阅了apiService.getData()方法,并将数据赋值到选项数组中。接着,我们使用了RxJS操作符来过滤和映射输入

相关内容

热门资讯

外挂教材!steampoker... 外挂教材!steampokermaster辅助,pokemmo脚本-其实有辅助神器(哔哩哔哩);1、...
外挂窍要!哈糖大菠萝万能挂,p... 外挂窍要!哈糖大菠萝万能挂,pokemomo辅助工具-原来有辅助app(哔哩哔哩)1、任何哈糖大菠萝...
外挂法子!拱趴大菠萝开挂方法,... 外挂法子!拱趴大菠萝开挂方法,德普之星透视辅助插件-一直存在有辅助工具(哔哩哔哩)1、让任何用户在无...
外挂手筋!德州透视竞技联盟,聚... 外挂手筋!德州透视竞技联盟,聚星ai辅助工具下载-本来真的有辅助app(哔哩哔哩)1、许多玩家不知道...
外挂秘籍!德普之星app安卓版... 外挂秘籍!德普之星app安卓版破解版,uupoker有透视吗-一直真的有辅助app(哔哩哔哩)1、上...
外挂窍门!pokerrrr2辅... 外挂窍门!pokerrrr2辅助,德普之星的辅助工具介绍-总是有辅助工具(哔哩哔哩)运pokerrr...
外挂积累!德普之星私人局辅助器... 外挂积累!德普之星私人局辅助器,智星德州插件-好像一直都是有辅助app(哔哩哔哩)1、玩家可以在智星...
外挂绝活!德扑圈有透视吗,德州... 外挂绝活!德扑圈有透视吗,德州之星扫描器-一贯一直都是有辅助方法(哔哩哔哩)德州之星扫描器脚本下载中...
外挂步骤!智星菠萝德州辅助译码... 外挂步骤!智星菠萝德州辅助译码插件靠谱吗,哈糖大菠萝软件下载-切实真的是有辅助app(哔哩哔哩)1)...
外挂课程!佛手大菠萝辅助,红龙... 外挂课程!佛手大菠萝辅助,红龙poker辅助工具-总是是真的有辅助教程(哔哩哔哩)1、红龙poker...