Angular响应式表单验证在设置子元素错误后无法触发
创始人
2024-10-30 08:00:19
0

问题背景:

在Angular中,当我们使用响应式表单时,我们可以通过setErrors方法来设置表单或表单控件的错误信息。但是,我们在设置子控件的错误信息后,可能会发现表单验证未触发。

解决步骤:

在父组件中,我们需要调用updateValueAndValidity()方法来通知表单进行重新验证。该方法会遍历表单的所有控件并更新其状态,然后再次验证表单的有效性。

以下是一个示例,当我们从服务端异步获取错误信息后,我们会对表单控件进行setErrors设置,然后在父组件中调用updateValueAndValidity()方法来重新触发表单验证:

import { Component, OnInit } from '@angular/core';
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
import { UserService } from './user.service';

@Component({
  selector: 'app-user-profile',
  templateUrl: './user-profile.component.html',
})
export class UserProfileComponent implements OnInit {
  userForm: FormGroup;

  constructor(
    private fb: FormBuilder,
    private userService: UserService,
  ) {}

  ngOnInit() {
    this.userForm = this.fb.group({
      name: ['', Validators.required],
      email: ['', Validators.required],
      password: ['', Validators.required],
      confirmPassword: ['', Validators.required],
    });
  }

  onSubmit() {
    this.userService.updateProfile(this.userForm.value).subscribe(
      () => {
        // update profile success
      },
      err => {
        if (err.status === 400) {
          const errors = err.error.errors;
          for (const key in errors) {
            if (this.userForm.get(key)) {
              this.userForm.get(key).setErrors({ serverError: errors[key] });
            }
          }
          this.userForm.updateValueAndValidity();
        }
      },
    );
  }
}

在上述示例中,当服务端返回错误信息时,我们会将错误信息设置为serverError,然后通过setErrors

相关内容

热门资讯

攻略辅助挂!哈糖大菠萝怎么开挂... 攻略辅助挂!哈糖大菠萝怎么开挂,德扑软件,确实确实有挂(有挂规律)1、进入游戏-大厅左侧-新手福利-...
随着!hhpoker辅助挂是真... 随着!hhpoker辅助挂是真的吗,智星菠萝有挂吗,果然真的是有挂(有挂方略)亲,关键说明,智星菠萝...
近期!wepoker私人局有透... 近期!wepoker私人局有透视吗,德普之星透视辅助软件下载,其实真的有挂(有挂规律)一、德普之星透...
近期!hhpoker是真的假的... 近期!hhpoker是真的假的,德扑之心免费透视,好像是有挂(确实有挂)1)德扑之心免费透视有没有挂...
方法辅助挂!hhpoker的辅... 方法辅助挂!hhpoker的辅助是真的吗,德普之星辅助工具如何设置,好像存在有挂(证实有挂)暗藏猫腻...
2026版软件!约局吧能不能开... 2026版软件!约局吧能不能开挂,德普之星辅助工具如何打开,竟然存在有挂(有挂技巧)1、玩家可以在德...
现有关情况通报如下!哈糖大菠萝... 现有关情况通报如下!哈糖大菠萝助手,德普之星透视辅助软件下载,真是真的有挂(有挂方法)亲,关键说明,...
黑科技技巧!hhpoker辅助... 黑科技技巧!hhpoker辅助软件下载,智星菠萝可以辅助吗,切实存在有挂(有挂方法)1、下载好智星菠...
据相关数据显示!we poke... 据相关数据显示!we poker游戏下,德普之星怎么开辅助,一贯真的是有挂(确实有挂)1、德普之星怎...
这一问题亟待解决!wejoke... 这一问题亟待解决!wejoker辅助器怎么卖,德普之星透视软件免费入口官网,果然真的是有挂(有人有挂...