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 : ''; }

相关内容

热门资讯

透视模板!wepokerplu... 透视模板!wepokerplus开挂(WePoKer工具)切实真的是有辅助技巧(哔哩哔哩)1、完成w...
透视经验!约局吧app有挂吗(... 透视经验!约局吧app有挂吗(透视)哈糖大菠萝怎么挂(辅助)本来真的是有插件(哔哩哔哩)1、透视经验...
透视举措!hhpoker辅助挂... 透视举措!hhpoker辅助挂(AApoker辅助插件)竟然真的是有辅助软件(哔哩哔哩)1、点击下载...
透视手册!pokemmo辅助器... 透视手册!pokemmo辅助器脚本下载(透视)哈糖大菠萝有没有挂(辅助)一直有app(哔哩哔哩)po...
透视妙招!wpk透视辅助(WP... 透视妙招!wpk透视辅助(WPK链接)切实有辅助脚本(哔哩哔哩)1、任何wpk透视辅助透视是真的假的...
透视经验!fishpoker透... 透视经验!fishpoker透视底牌(透视)德州透视是真的假的(辅助)其实真的有教程(哔哩哔哩)1、...
透视手册!aapoker如何设... 透视手册!aapoker如何设置胜率(HHpoker德州)原来真的是有辅助app(哔哩哔哩)一、aa...
透视阶段!云扑克有透视吗(透视... 透视阶段!云扑克有透视吗(透视)智星德州可以透视吗(辅助)确实有方法(哔哩哔哩)1、让任何用户在无需...
透视项目!wepoker好友房... 透视项目!wepoker好友房开挂(WPK透视)好像真的有辅助攻略(哔哩哔哩)1、操作简单,无需we...
透视绝活!红龙poker辅助(... 透视绝活!红龙poker辅助(透视)德州局脚本(辅助)果然一直总是有脚本(哔哩哔哩)红龙poker辅...