-
Hi! Great library! Really enjoying using it However I'm struggling on implementing debounce. I'm using it with Quasar As it is now I see two options:
I would prefer to have it build-in into my wrapper (and not wrapping it twice) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, thanks for your feedback. I opened a new issue targeting a more controlled emit behavior: #326. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for your feedback. I opened a new issue targeting a more controlled emit behavior: #326.
This will allow you to add a debounce implementation directly in your component without any additional wrappers.