fix combocheck trim disabled
authorAlan <alan@roojs.com>
Wed, 7 Jun 2023 05:14:05 +0000 (13:14 +0800)
committerAlan <alan@roojs.com>
Wed, 7 Jun 2023 05:14:05 +0000 (13:14 +0800)
Roo/form/ComboCheck.js

index f04b58f..5688303 100644 (file)
@@ -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;