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
Add a
debounceDelayoption to the settings object for customizing the delay (in milliseconds) sent tolodash.debounce(or disabling debouncing altogether).Options: any non-negative integer (for a delay in milliseconds) or
null/false(to disable debouncing)Default:
400