@dataloop-ai/components 0.19.20 → 0.19.21

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.20",
3
+ "version": "0.19.21",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -601,6 +601,7 @@ export default defineComponent({
601
601
  showDatePicker.value = false
602
602
  showSuggestions.value = true
603
603
  datePickerSelection.value = null
604
+ setInputValue(searchQuery.value + ' ', { noEmit: true })
604
605
  setCaretAtTheEnd(input.value)
605
606
  return
606
607
  }