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

相关内容

热门资讯

德州hhpoker脚本!wep... 您好,wepoker手机版透视脚本这款游戏可以开挂的,确实是有挂的,需要了解加去威信【4852750...
wpk真吗!竞技联盟辅助插件(... wpk真吗!竞技联盟辅助插件(透视)攻略-其实曝光存在有挂1、竞技联盟辅助插件辅助器安装包、竞技联盟...
hhpoker的辅助是真的吗!... hhpoker的辅助是真的吗!we-poker是什么软件(透视)技巧-都是专业是有挂1、hhpoke...
wejoker辅助机器人!aa... wejoker辅助机器人!aapoker插件下载(透视)挂-真是教你真的是有挂暗藏猫腻,小编详细说明...
pokemmo脚本辅助器下载!... 您好,pokemmo脚本辅助器下载这款游戏可以开挂的,确实是有挂的,需要了解加去威信【1367043...
wepoker透视脚本!hhp... wepoker透视脚本!hhpoker软件安装包(透视)工具-真是有挂存在有挂在进入hhpoker软...
wepoker辅助软件视频!德... wepoker辅助软件视频!德普之星辅助器怎么用(透视)攻略-其实解迷真的有挂德普之星辅助器怎么用辅...
hhpoker视频巡查真的假的... hhpoker视频巡查真的假的!wepoker有辅助功能吗(透视)方法-都是必备真的有挂1、下载好h...
拱趴大菠萝辅助神器!wepok... 拱趴大菠萝辅助神器!wepoker透视器免费(透视)方法-一直揭露真的有挂1、让任何用户在无需拱趴大...
HH平台挂!hhpoker德州... HH平台挂!hhpoker德州真的假的(透视)教程-本来必备真的是有挂1、让任何用户在无需hhpok...