@thecb/components 9.2.2-beta.1 → 9.2.2-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "9.2.2-beta.1",
3
+ "version": "9.2.2-beta.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -262,7 +262,7 @@ const Dropdown = ({
262
262
  useEffect(() => {
263
263
  if (autoEraseTypeAhead) {
264
264
  clearTimeout(timer);
265
- setTimer(setTimeout(() => setInputValue(""), 5000));
265
+ setTimer(setTimeout(() => setInputValue(""), 7000));
266
266
  }
267
267
  setFilteredOptions(
268
268
  options.filter(option =>