From 6c51d4f97648403bf0822c3654c3861a2e0fffde Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 7 Jun 2023 13:14:05 +0800 Subject: [PATCH] fix combocheck trim disabled --- Roo/form/ComboCheck.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Roo/form/ComboCheck.js b/Roo/form/ComboCheck.js index f04b58f220..5688303a73 100644 --- a/Roo/form/ComboCheck.js +++ b/Roo/form/ComboCheck.js @@ -81,6 +81,11 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, { }); }, + cleanLeadingSpace : function(e) + { + // this is disabled, as it retriggers setvalue on blur + return; + }, onViewOver : function(e, t){ // do nothing... return; -- 2.39.2