From 9af71671c19a9ff00cf8cd0e87241c524f5fa02d Mon Sep 17 00:00:00 2001 From: huoxin233 <23447157+huoxin233@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:54:38 +0800 Subject: [PATCH] fix: prevent search modal from opening when clear button is clicked --- framework/core/js/src/common/components/Input.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/framework/core/js/src/common/components/Input.tsx b/framework/core/js/src/common/components/Input.tsx index 2605582eca..75387b1261 100644 --- a/framework/core/js/src/common/components/Input.tsx +++ b/framework/core/js/src/common/components/Input.tsx @@ -52,7 +52,10 @@ export default class Input extend {this.attrs.clearable && value && !this.attrs.loading ? (