@dataloop-ai/components 0.19.238 → 0.19.239

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": "@dataloop-ai/components",
3
- "version": "0.19.238",
3
+ "version": "0.19.239",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -760,6 +760,9 @@ export default defineComponent({
760
760
  }
761
761
 
762
762
  if (!isValid.value) {
763
+ if (lastSearchQuery !== searchQuery.value) {
764
+ processBlur()
765
+ }
763
766
  return
764
767
  }
765
768