From 97c0b1fec0aa65a1292f4dac2f5516f22a1b67c7 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 7 Jun 2023 13:19:31 +0800 Subject: [PATCH] fix combocheck blanking fix --- Roo/form/ComboCheck.js | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.2