From: Alan Date: Wed, 7 Jun 2023 05:19:31 +0000 (+0800) Subject: fix combocheck blanking fix X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=97c0b1fec0aa65a1292f4dac2f5516f22a1b67c7 fix combocheck blanking fix --- diff --git a/Roo/form/ComboCheck.js b/Roo/form/ComboCheck.js index 5688303a73..7e8e5fce6b 100644 --- a/Roo/form/ComboCheck.js +++ b/Roo/form/ComboCheck.js @@ -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;