@pretto/places 0.14.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|