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操作符来过滤和映射输入

相关内容

热门资讯

必备教程!微乐微信自建房辅助工... 必备教程!微乐微信自建房辅助工具插件,微乐自建房脚本免费入口(开挂自建房)app1、玩家可以在微乐微...
实测揭晓!微信卡五星辅助器,微... 实测揭晓!微信卡五星辅助器,微乐自建房脚本免费入口(开挂自建房)教程运微信卡五星辅助器辅助工具,进入...
必看攻略!微乐家乡麻将自建房辅... 必看攻略!微乐家乡麻将自建房辅助app,微乐自建房脚本免费入口(开挂自建房)方法1、微乐家乡麻将自建...
一分钟揭秘!微乐家乡麻将自建房... 一分钟揭秘!微乐家乡麻将自建房辅助app,微乐小程序免费黑科技(开挂自建房)方法1、实时微乐家乡麻将...
分享实测!微乐小程序自建房辅助... 分享实测!微乐小程序自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)器1、微乐小程序自建房辅助...
重大消息!微信雀神麻将挂件开挂... 重大消息!微信雀神麻将挂件开挂辅助,微乐家乡麻将自建房辅助app(开挂自建房)技巧1、在微乐家乡麻将...
六分钟了解!微乐自建房辅助工具... 六分钟了解!微乐自建房辅助工具神器,微乐小程序免费黑科技(开挂自建房)技巧1、让任何用户在无需微乐自...
今日百科!微乐家乡麻将自建房辅... 今日百科!微乐家乡麻将自建房辅助app,微乐自建房脚本免费入口(开挂自建房)技巧今日百科!微乐家乡麻...
最新通报!微乐自建房辅助工具插... 最新通报!微乐自建房辅助工具插件,微乐自建房脚本免费入口(开挂自建房)教程一、微乐自建房辅助工具插件...
玩家必看秘籍!微乐小程序麻将自... 玩家必看秘籍!微乐小程序麻将自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)软件1、超多福利:...