角度形式 MaxLengthValidator 指令
在本文中,我们将了解 Angular 10 中的 MaxLengthValidator 是什么以及如何使用它。
MaxLengthValidator用于将独立的 FormControl 实例同步到表单控件元素
导出自:
- 反应式表单模块
- 表单模块
选择器:
- [最大长度] [formControlName]
- [最大长度] [formControl]
- [最大长度] [ngModel]
方法:
- 创建要使用的 Angular 应用程序
- 在 app.component.html 中将 maxLength 设置为输入,因此当您将数据放入该输入元素时,您不能不断超过最大值。
- 使用 ng serve 为 Angular 应用程序提供服务以查看输出。
例子:
app.component.html
GeeksforGeeks
输出:
参考: https://angular.io/api/forms/MaxLengthValidator