html 设置验证错误Reactive Forms

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 设置验证错误Reactive Forms相关的知识,希望对你有一定的参考价值。

	get selectForPrimaryThemeOptionsError() {
		return (
			this.requestForm.get('selectForPrimaryThemeOptions').touched &&
			this.requestForm.get('selectForPrimaryThemeOptions').errors &&
			this.requestForm.get('selectForPrimaryThemeOptions').errors.required
		);
	}
			<span *ngIf="selectForPrimaryThemeOptionsError" class="validation-alert">יש להזין שם שאלון</span>

以上是关于html 设置验证错误Reactive Forms的主要内容,如果未能解决你的问题,请参考以下文章

如何为Angular Reactive Forms创建自定义验证器

如何使用 Reactive Forms (Angular2 RC3) 进行异步验证?

Angular2 Reactive forms - 使用下拉菜单设置表单字段的默认值

Angular Reactive Forms,patchValue 不起作用,嵌套表单

在 Reactive Forms 复选框中设置默认值

reactive_forms Flutter - 创建和渲染组