angular-schema-form icon indicating copy to clipboard operation
angular-schema-form copied to clipboard

ngModelOptions updateOn does not work

Open alexandroscgb opened this issue 7 years ago • 0 comments

Hi.

In the search for an onBlur validation I found that this expression:ngModelOptions: { updateOn: 'blur' } could make a field validate on loosing the focus, according to the documentation. It turns out it doesn't. I press tab keyword and nothing happens.

Is it supposed to work like this? Or I'm just way out of base here.

Thanks.

alexandroscgb avatar Jun 16 '17 21:06 alexandroscgb