Skip to content
Advertisement

VueJS , LoDash debounce watch on entire form

I’m trying to get LoDash debounce to work to trigger an event when a user stops typing on a form.

Something similar to this guide

Except I want to apply it to the entire form/model properties.

At the moment the debounce never fires.

Example JS Fiddle

JS

JavaScript

HTML

JavaScript

Advertisement

Answer

You need to make your watcher deep

JavaScript

Updated fiddle

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement