diff --git a/client/packages/lowcoder/src/comps/controls/labelControl.tsx b/client/packages/lowcoder/src/comps/controls/labelControl.tsx index bfe9a42c0..e17bea969 100644 --- a/client/packages/lowcoder/src/comps/controls/labelControl.tsx +++ b/client/packages/lowcoder/src/comps/controls/labelControl.tsx @@ -254,7 +254,7 @@ export const LabelControl = (function () { {args.help && ( args.showValidationWhenEmpty - || (!args.showValidationWhenEmpty && Boolean(inputValue)) + || (!args.showValidationWhenEmpty && (inputValue !== null && inputValue !== undefined && inputValue !== "")) ) && (