I've drafted a PR (#106) for a debounce feature allowing the input value to only be updated after N milliseconds of inactivity. This would dramatically reduce the pain of calling this.debounce in all of my application logic where user input causes spammy requests in some cases.
Does this look and or sound like a reasonable addition to this element? Improvement suggestions welcome!
I've drafted a PR (#106) for a debounce feature allowing the input value to only be updated after N milliseconds of inactivity. This would dramatically reduce the pain of calling
this.debouncein all of my application logic where user input causes spammy requests in some cases.Does this look and or sound like a reasonable addition to this element? Improvement suggestions welcome!