@pretto/places 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -132,7 +132,7 @@ const results = await countriesApi.get('al', { limit: 10 })[
|
|
132
132
|
### Debounce
|
133
133
|
|
134
134
|
`addressSearch` and `municipalitySearch` have defaut debounce value fixed to **300ms**\
|
135
|
-
You can override this value by passing
|
135
|
+
You can override this value by passing debounce value as last argument
|
136
136
|
|
137
137
|
```jsx
|
138
138
|
const debounceValue = 1000 // --- 1000 = 1s
|