Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option for customizing debounce delay #3

Open
TyMick opened this issue Aug 10, 2020 · 0 comments
Open

Add an option for customizing debounce delay #3

TyMick opened this issue Aug 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@TyMick
Copy link
Owner

TyMick commented Aug 10, 2020

Add a debounceDelay option to the settings object for customizing the delay (in milliseconds) sent to lodash.debounce (or disabling debouncing altogether).

Options: any non-negative integer (for a delay in milliseconds) or null/false (to disable debouncing)
Default: 400

@TyMick TyMick added this to the 1.1 milestone Aug 10, 2020
@TyMick TyMick self-assigned this Aug 10, 2020
@TyMick TyMick added the enhancement New feature or request label Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant