diff --git a/lib/WebGUI/Form/Combo.pm b/lib/WebGUI/Form/Combo.pm index 13a9d8dde..b31dad896 100644 --- a/lib/WebGUI/Form/Combo.pm +++ b/lib/WebGUI/Form/Combo.pm @@ -105,7 +105,7 @@ A class method that returns a boolean indicating whether this control is compati =cut sub isDynamicCompatible { - return 1; + return 0; } #-------------------------------------------------------------------