Angular中错误消息未显示在UI上
创始人
2024-10-31 01:30:41
0
  1. 确认错误消息已经被添加到表单控件中的错误数组中。
  2. 确保在UI中对应的错误消息指令已经添加。
  3. 确认表单控件上添加了对应的错误消息指令。
  4. 确认表单控件绑定的ngModel或formControl中已经包含了Validators。
  5. 确认表单控件绑定的ngModel或formControl中设置了错误消息。

示例:

在模板中添加错误消息指令:

Username is required.

在指令中显示错误消息:

import { Directive, HostBinding, HostListener } from '@angular/core';

@Directive({ selector: '[appErrorMessage]' }) export class ErrorMessageDirective { @HostBinding('class.error-message') hasErrorMessage = true;

constructor() { }

@HostListener('input', ['$event.target']) onInput(target: HTMLInputElement) { const control = target.validity;

if (control.valid) {
  this.hasErrorMessage = false;
} else {
  this.hasErrorMessage = true;
}

} }

在ngModel或FormControl中设置错误消息:

ngOnInit() { this.myForm = new FormGroup({ name: new FormControl('', [ Validators.required, Validators.minLength(4) ]), email: new FormControl('', [ Validators.required, Validators.pattern('[^ @]@[^ @]') ]) }); }

get name() { return this.myForm.get('name'); }

get email() { return this.myForm.get('email'); }

getErrorMessage(control: AbstractControl) { return control.hasError('required') ? 'You must enter a value' : control.hasError('email') ? 'Not a valid email' : control.hasError('minlength') ? Must be at least ${control.errors.minlength.requiredLength} characters : ''; }

相关内容

热门资讯

此事迅速冲上热搜!wpk透视辅... 此事迅速冲上热搜!wpk透视辅助方法(透视)逍遥辅助器手机版(一贯存在有辅助下载)-哔哩哔哩1、金币...
透视法子!红龙poker辅助器... 透视法子!红龙poker辅助器免费观看(透视)sohoo竞技联盟辅助器(辅助)好像一直都是有脚本(哔...
受玩家影响!We poker辅... 受玩家影响!We poker辅助器下载(透视)乐达大连穷胡小鸡满天飞(竟然存在有辅助辅助器)-哔哩哔...
透视指南!拱趴大菠萝挂怎么安装... 透视指南!拱趴大菠萝挂怎么安装(透视)哈糖大菠萝怎么挂(辅助)切实存在有软件(哔哩哔哩)拱趴大菠萝挂...
于此同时!wepoker私人局... 于此同时!wepoker私人局透视(透视)福建兄弟十三水挂件去那买(本来真的是有辅助修改器)-哔哩哔...
透视项目!哈糖大菠萝攻略(透视... 透视项目!哈糖大菠萝攻略(透视)xpoker怎么作必弊(辅助)切实是有攻略(哔哩哔哩)1、任何哈糖大...
辅助透视!wepoker透视脚... 辅助透视!wepoker透视脚本免费使用视频(透视)财神十三章如何提高运气(果然是有辅助神器)-哔哩...
透视绝活!德州私人局脚本(透视... 透视绝活!德州私人局脚本(透视)约局吧作必弊脚本(辅助)原来存在有插件(哔哩哔哩)约局吧作必弊脚本能...
更值得关注的是!werplan... 更值得关注的是!werplan透视挂(透视)雀姬手游辅助免费脚本(好像是真的辅助下载)-哔哩哔哩1、...
透视演示!pokemmo辅助器... 透视演示!pokemmo辅助器手机版下载(透视)菠萝德普辅助器免费版在哪里(辅助)本来是真的有工具(...