Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在带有 Validators.required 集的 formGroup 中有一个复选框输入类型。问题是当我单击复选框验证类 ng-untouched 时,不会将其更改为 ng-touched。我该如何解决这个问题?
谢谢
ng-touched 仅在输入不再处于焦点后显示。因此选中复选框,然后单击屏幕上的其他位置。这能解决吗?