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

相关内容

热门资讯

9分钟下载!微乐小程序黑科技,... 9分钟下载!微乐小程序黑科技,提高微乐运气的方法(开挂)确实是有挂(2026)9分钟下载!微乐小程序...
透视工具!微乐小程序黑科技,微... 透视工具!微乐小程序黑科技,微乐贵阳捉鸡麻将辅助(透视)都是有挂(哔哩哔哩)1、首先打开微乐贵阳捉鸡...
一分钟开挂!微乐小程序黑科技,... 一分钟开挂!微乐小程序黑科技,微乐游戏竞技团辅助(开挂)其实是真的挂(2026)1、在微乐小程序黑科...
透视玄学!微乐小程序黑科技,微... 透视玄学!微乐小程序黑科技,微乐自建房怎么提高运气(透视)一直存在有挂(哔哩哔哩)1、这是跨平台的微...
第3分钟脚本!微乐小程序免费黑... 第3分钟脚本!微乐小程序免费黑科技,微信小程序微乐游戏辅助(开挂)一贯是真的挂(2026)1、首先打...
教学辅助挂!微乐小程序免费黑科... 教学辅助挂!微乐小程序免费黑科技,2025微乐小程序黑科技(透视)本来是真的挂(哔哩哔哩)微乐小程序...
第3分钟神器!微乐小程序黑科技... 第3分钟神器!微乐小程序黑科技,微乐自建房插件如何安装(开挂)竟然真的有挂(2026)1.微乐小程序...
第三方辅助挂!微乐小程序黑科技... 第三方辅助挂!微乐小程序黑科技,微乐自建房辅助入口官网(透视)一直是真的挂(哔哩哔哩)1、全新机制【...
4分钟开挂!微乐小程序黑科技,... 4分钟开挂!微乐小程序黑科技,微乐小程序透视工具(开挂)原来有挂(2026);1、首先打开微乐小程序...
透视好友房!微乐小程序黑科技,... 透视好友房!微乐小程序黑科技,微信微乐辅助插件(透视)原来真的是有挂(哔哩哔哩)1、微信微乐辅助插件...