From e84173013a43af93c3f86b18711a406a681d3349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Opdebeeck?= Date: Sun, 7 Jul 2019 22:18:56 +0200 Subject: [PATCH] README add 'debounceMs' documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53365a0..d2b3ea7 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,10 @@ const App = () => { > String value of a search query. +### debounceMs + +> Number value, defaults to 400ms. Milliseconds to debounce the autocomplete API request + ### options > Object of [Google options](https://developers.google.com/places/web-service/autocomplete)