angular-schema-form
angular-schema-form copied to clipboard
ngModelOptions updateOn does not work
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.