diff --git a/packages/core/client/src/schema-component/antd/variable/Input.tsx b/packages/core/client/src/schema-component/antd/variable/Input.tsx index c19f9465e1..f4eb5bc0d9 100644 --- a/packages/core/client/src/schema-component/antd/variable/Input.tsx +++ b/packages/core/client/src/schema-component/antd/variable/Input.tsx @@ -484,7 +484,7 @@ export function Input(props: VariableInputProps) { value={variable ?? cValue} onChange={onSwitch} loadData={loadData as any} - changeOnSelect={changeOnSelect} + changeOnSelect={changeOnSelect ?? true} fieldNames={fieldNames} disabled={disabled} >