@steroidsjs/core 2.2.44 → 2.2.45

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.
@@ -157,7 +157,7 @@ function useDataProvider(config) {
157
157
  else if (!isEqual_1["default"](prevValues, config.initialSelectedIds)) {
158
158
  fetchRemote(false);
159
159
  }
160
- else if (autoComplete.enable) {
160
+ else if (autoComplete.enable || (config.autoFetch && isAutoFetchedRef.current === true)) {
161
161
  if (delayTimerRef.current) {
162
162
  clearTimeout(delayTimerRef.current);
163
163
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/core",
3
- "version": "2.2.44",
3
+ "version": "2.2.45",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {