From a4541f3e478416b5bb2e0183d16fd134dc631f21 Mon Sep 17 00:00:00 2001 From: Faran Javed Date: Mon, 17 Nov 2025 22:37:24 +0500 Subject: [PATCH] [Fix]: input blur event --- .../src/comps/comps/textInputComp/textInputConstants.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/packages/lowcoder/src/comps/comps/textInputComp/textInputConstants.tsx b/client/packages/lowcoder/src/comps/comps/textInputComp/textInputConstants.tsx index 0b6ca8f2e..3b03a2ed4 100644 --- a/client/packages/lowcoder/src/comps/comps/textInputComp/textInputConstants.tsx +++ b/client/packages/lowcoder/src/comps/comps/textInputComp/textInputConstants.tsx @@ -234,7 +234,9 @@ export const useTextInputProps = (props: RecordConstructorToView { + debouncedOnChangeRef.current.flush?.(); touchRef.current = false; + propsRef.current.onEvent("blur"); }; // Cleanup refs on unmount