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

相关内容

热门资讯

总结透视!hh poker软件... 总结透视!hh poker软件,微信小程序游戏破解器,秘籍教程(有挂方法)-哔哩哔哩在进入hh po...
辅助透视!聚星ai辅助工具收费... 辅助透视!聚星ai辅助工具收费多少,陕西微乐小程序辅助,指南书教程(有挂方略)-哔哩哔哩运聚星ai辅...
了解透视!wepoker透视脚... 了解透视!wepoker透视脚本免费使用视频,微乐家乡破解版,妙计教程(真实有挂)-哔哩哔哩1、很好...
总结透视!pokemmo脚本辅... 总结透视!pokemmo脚本辅助下载,微信小程序微乐房间有技巧吗,演示教程(有人有挂)-哔哩哔哩1、...
解迷透视!we-poker有人... 解迷透视!we-poker有人玩吗,微信小程序微乐辅助器脚本,技法教程(有挂细节)-哔哩哔哩1、下载...
了解透视!hhpoker一直输... 了解透视!hhpoker一直输有挂吗,手机微信小程序游戏破解器,学习教程(有挂秘诀)-哔哩哔哩1、h...
揭露透视!红龙poker辅助,... 揭露透视!红龙poker辅助,微乐自建房脚本免费下载苹果版,办法教程(存在有挂)-哔哩哔哩1、起透看...
推荐透视!werplan怎么透... 推荐透视!werplan怎么透视,微信微乐游戏破解器,资料教程(有挂教学)-哔哩哔哩1、werpla...
揭露透视!wepoker有没有... 揭露透视!wepoker有没有挂,微信微乐挂有没有,窍要教程(果真有挂)-哔哩哔哩1、让任何用户在无...
揭露透视!德扑圈有透视吗,微乐... 揭露透视!德扑圈有透视吗,微乐游戏辅助脚本安装,要领教程(有人有挂)-哔哩哔哩1、德扑圈有透视吗免费...