Angular模板驱动表单中的自定义验证无法工作
创始人
2024-10-28 13:31:59
0
  1. 在组件中定义一个自定义验证器:
import { Directive } from '@angular/core';
import { NG_VALIDATORS, Validator, AbstractControl } from '@angular/forms';

@Directive({
  selector: '[customValidator]',
  providers: [{
      provide: NG_VALIDATORS,
      useExisting: CustomValidatorDirective,
      multi: true
  }]
})
export class CustomValidatorDirective implements Validator {

  validate(control: AbstractControl): { [key: string]: any } | null {
    // 自定义验证逻辑
    if (control.value && control.value.length < 5) {
      return { 'customValidator': 'Validation failed' };
    }
    return null;
  }
}
  1. 在组件模板中使用自定义验证器:
Custom validation error: {{ myFieldControl.errors.customValidator }}

这里我们通过在 input 标签上添加 customValidator 指令来启用自定义验证器,然后使用 ngIf 指令来判断是否有错误并显示错误消息。注意在上面的代码中,我们使用了模板引用变量 #myFieldControl 来访问当前控件的状态。

  1. 在组件中通过 @ViewChild 装饰器来获取表单控件:
import { Component, ViewChild } from '@angular/core';
import { NgForm } from '@angular/forms';

@Component({
  selector: 'my-component',
  templateUrl: './my-component.component.html'
})
export class MyComponent {
  @ViewChild('myForm')
  myForm: NgForm;

  onSubmit() {
    console.log(this.myForm.value);
  }
}

在上例中,我们使用 @ViewChild

相关内容

热门资讯

透视实锤!aapoker怎么设... 透视实锤!aapoker怎么设置抽水(透视)ai插件(竟然有挂)运aapoker怎么设置抽水辅助工具...
透视安装!aa poker辅助... 透视安装!aa poker辅助(透视)透视脚本(本来真的有挂);1、aa poker辅助透视辅助简单...
透视有挂!aapoker免费透... 透视有挂!aapoker免费透视脚本(透视)透视脚本下载(好像是有挂);1、实时aapoker免费透...
透视好友!aapoker辅助怎... 透视好友!aapoker辅助怎么用(透视)真的假的(总是有挂)1、aapoker辅助怎么用系统规律教...
透视有挂!aapoker辅助插... 透视有挂!aapoker辅助插件工具(透视)辅助(切实是真的有挂);aapoker辅助插件工具软件透...
透视透视!aapoker免费透... 透视透视!aapoker免费透视脚本(透视)透视脚本(一直有挂);在进入aapoker免费透视脚本辅...
透视最新!aapoker辅助工... 透视最新!aapoker辅助工具安全吗(透视)真的假的(一贯真的是有挂);aapoker辅助工具安全...
透视挂!aapoker插件下载... 透视挂!aapoker插件下载(透视)脚本(好像存在有挂)1、下载好aapoker插件下载辅助软件之...
透视软件!aapoker真的假... 透视软件!aapoker真的假的(透视)真的假的(其实有挂)在进入aapoker真的假的辅助挂后,参...
透视教学!aapoker俱乐部... 透视教学!aapoker俱乐部靠谱吗(透视)ai插件(其实真的是有挂)1、首先打开aapoker俱乐...