Global Debounce Default

I would like the ability to set on a per-component or per-project basis a debounce.

For instance, my RegistrationForm component i would like a 500ms debounce for, but don’t want to clutter up the dom with these values. maybe a public const or a protected value we can override, similar to laravel model casting/attributes?

If there’s already a way to do this I couldn’t find it, but I just ran into it and though “wow wouldn’t that be nice.” Any interest?