AngularMaterial中的标签输入会抛出“chipInput不存在”的错误。
创始人
2024-10-28 11:35:26
0

可能是因为在HTML中,mat-chip-input需要在MatChipList中使用。可使用以下代码解决:

HTML代码:

{{fruit}} cancel

JavaScript代码:

import {Component, ViewChild, ElementRef} from '@angular/core'; import {MatChipInputEvent} from '@angular/material/chips'; import {COMMA, ENTER} from '@angular/cdk/keycodes';

@Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { fruits: string[] = ['Apple', 'Banana', 'Lemon']; separatorKeysCodes: number[] = [ENTER, COMMA];

add(event: MatChipInputEvent): void { const input = event.input; const value = event.value;

// Add our fruit
if ((value || '').trim()) {
  this.fruits.push(value.trim());
}

// Reset the input value
if (input) {
  input.value = '';
}

}

remove(fruit: string): void { const index = this.fruits.indexOf(fruit);

if (index >= 0) {
  this.fruits.splice(index, 1);
}

} }

相关内容

热门资讯

教你透视!hhpoker德州挂... 教你透视!hhpoker德州挂真的有吗,wepoker高级辅助,经验教程(有挂细节)-哔哩哔哩1、超...
解密透视!哈糖大菠萝可以开挂吗... 解密透视!哈糖大菠萝可以开挂吗,模拟器打开hhpoker,教材教程(确实有挂)-哔哩哔哩哈糖大菠萝可...
揭幕透视!约局吧德州透视,po... 揭幕透视!约局吧德州透视,pokemmo脚本辅助下载,经验教程(真是有挂)-哔哩哔哩pokemmo脚...
总结透视!pokermaste... 您好,pokemomo辅助软件这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054...
详情透视!we poker免费... 详情透视!we poker免费辅助器,wepoker有用吗,模板教程(有挂秘籍)-哔哩哔哩1、实时w...
开挂透视!wejoker私人辅... 开挂透视!wejoker私人辅助软件,epoker有透视吗,攻略教程(有挂透视)-哔哩哔哩1)wej...
揭幕透视!hhpoker是真的... 揭幕透视!hhpoker是真的吗,wepoker辅助软件价格,妙招教程(有挂方法)-哔哩哔哩1、全新...
揭幕透视!破解辅助插件wepo... 揭幕透视!破解辅助插件wepoker,wepoker买脚本靠谱吗,技法教程(的确有挂)-哔哩哔哩1、...
总结透视!pokemmo脚本手... 总结透视!pokemmo脚本手机版,德州透视hhpoker,大纲教程(有挂方针)-哔哩哔哩1、该软件...
必备透视!wepoker一直输... 必备透视!wepoker一直输的号能继续打吗,hhpoker是真的还是假的,妙招教程(确实有挂)-哔...