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

index 5688303..7e8e5fc 100644 (file)
@@ -86,6 +86,10 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
         // this is disabled, as it retriggers setvalue on blur
         return;
     },
+    doForce : function() {
+        // no idea what this did, but it blanks out our values.
+        return;
+    },
     onViewOver : function(e, t){
         // do nothing...
         return;