Skip to content

Commit

Permalink
Add isDebounced to autocompleter docs (#6446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Apr 26, 2018
1 parent 3442dd5 commit 8c4698c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8c4698c

Please sign in to comment.