如何在角度 2 中对模糊进行表单模型更新 [英] How to make form model update on blur in angular 2

查看:19
本文介绍了如何在角度 2 中对模糊进行表单模型更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 angular 2 中是否有等价物?

Is there an equivalent to this in angular 2?

ng-model-options="{ updateOn: 'blur' }"

谢谢

推荐答案

在 Angular 2 中你可以使用原生 DOM 事件

In Angular 2 you can use the native DOM events

<input (blur)="someMethod()" />

现在,只需定义一个方法,当字段模糊时执行您需要的操作

Now, just define a method that does what you need when the field is blurred

这篇关于如何在角度 2 中对模糊进行表单模型更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆