@dataloop-ai/components 0.19.263 → 0.19.264
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
|
@@ -672,9 +672,8 @@ export default defineComponent({
|
|
|
672
672
|
const text = (e.target as HTMLElement).textContent
|
|
673
673
|
if (text.endsWith('.') || text.endsWith(',')) {
|
|
674
674
|
setInputValue(text)
|
|
675
|
-
} else {
|
|
676
|
-
debouncedSetInputValue.value(text)
|
|
677
675
|
}
|
|
676
|
+
debouncedSetInputValue.value(text)
|
|
678
677
|
}
|
|
679
678
|
|
|
680
679
|
const onDateSelection = (value: DateInterval) => {
|