@jobber/components 4.18.3 → 4.18.4

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.
@@ -191,7 +191,6 @@ function Autocomplete({ initialOptions = [], value, allowFreeForm = true, size =
191
191
  if (allowFreeForm) {
192
192
  onChange({ label: newText });
193
193
  }
194
- setMenuVisible(true);
195
194
  }
196
195
  function handleInputBlur() {
197
196
  setMenuVisible(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.18.3",
3
+ "version": "4.18.4",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -83,5 +83,5 @@
83
83
  "> 1%",
84
84
  "IE 10"
85
85
  ],
86
- "gitHead": "cffc83c1ccd41849fa2e2ce859aed98a9c587972"
86
+ "gitHead": "fa441edec7a1fb6f6d328209f6fd4ec9b70f1902"
87
87
  }