diff --git a/components/autocomplete/README.md b/components/autocomplete/README.md index a3a3f8a979b9f..e71da089c7909 100644 --- a/components/autocomplete/README.md +++ b/components/autocomplete/README.md @@ -91,6 +91,13 @@ A class name to apply to the autocompletion popup menu. - Type: `String` - Required: No +#### isDebounced + +Whether to apply debouncing for the autocompleter. Set to true to enable debouncing. + +- Type: `Boolean` +- Required: No + ### Examples The following is a contrived completer for fresh fruit.