Vuelidate: Debounce effect

Created on 21 Jan 2017  路  3Comments  路  Source: vuelidate/vuelidate

Is it possible to add debounce effect functionality? It is little bit annoying to see red error (for example "email") after first letter was written. Or when I have async call, I don't want to call api after every single keypress. Better solution would be wait 1,2 seconds and then call async function. Really appreciate simplicity of Vuelidate!

Most helpful comment

@mrcha90
Could you please add your solution here.

All 3 comments

I have found solution in your prev issue. So it's ok.

Could you please add a reference where have you found it? Creating list of useful examples is on a roadmap for the docs.

@mrcha90
Could you please add your solution here.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Christilut picture Christilut  路  4Comments

hackuun picture hackuun  路  4Comments

jfis picture jfis  路  3Comments

wdews picture wdews  路  4Comments

hasib32 picture hasib32  路  3Comments