@balena/ui-shared-components 12.1.1-build-fix-automplete-b1cd53f6236f00c2cf153d1d4fe7db6951033787-1 → 12.1.1-build-fix-automplete-03768d3c9b81b50e00ebf2c4728366eddd1a02ff-1

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.
@@ -105,10 +105,6 @@ const VirtualizedAutocompleteBase = (_a, ref) => {
105
105
  isNextPageLoading,
106
106
  pagination,
107
107
  }, ListboxComponent: ListboxComponent, onInputChange: async (event, input) => {
108
- // dropdown is opened, we should move this in a useEffect
109
- if (!event && !response.totalItems) {
110
- await loadNextPage(0, [], '');
111
- }
112
108
  // input change
113
109
  if ((event === null || event === void 0 ? void 0 : event.type) === 'change') {
114
110
  await debouncedInputChange(input, []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "12.1.1-build-fix-automplete-b1cd53f6236f00c2cf153d1d4fe7db6951033787-1",
3
+ "version": "12.1.1-build-fix-automplete-03768d3c9b81b50e00ebf2c4728366eddd1a02ff-1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -138,6 +138,6 @@
138
138
  },
139
139
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
140
140
  "versionist": {
141
- "publishedAt": "2025-04-10T12:28:06.701Z"
141
+ "publishedAt": "2025-04-10T12:32:38.432Z"
142
142
  }
143
143
  }