Skip to content

Commit 58a41fd

Browse files
committed
change default debounce to 200ms
ref #8
1 parent 6bc8c35 commit 58a41fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autocomplete/autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default ({
1717
options,
1818
placeholder = strings.inputPlaceholder,
1919
autoFocus = false,
20-
debounce: debounceWait = 300,
20+
debounce: debounceWait = 200,
2121
onSelect: userOnSelectItem,
2222
onChange: userOnChange,
2323
onError: userOnError,

0 commit comments

Comments
 (0)