From 58c51f13bbd47a6543c57432d11a309d1b2f90e6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 10 Feb 2020 14:31:22 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 36e874b003..7f67eedb33 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -47,6 +47,11 @@ Roo.form.ComboNested = function(config){ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { + /* + * @config {Number} max Number of columns to show + */ + + maxColumns : 3, list : null, // the outermost div.. innerLists : null, // the -- 2.39.2