From a282d14d8ef74f3f4970323c4e285f7224bc3509 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 12 Sep 2023 16:29:30 +0800 Subject: [PATCH] fix combobox reseting after clicking on it --- docs/src/Roo_form_ComboBox.js.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/src/Roo_form_ComboBox.js.html b/docs/src/Roo_form_ComboBox.js.html index 04cedadb6d..f1277098c7 100644 --- a/docs/src/Roo_form_ComboBox.js.html +++ b/docs/src/Roo_form_ComboBox.js.html @@ -1070,7 +1070,11 @@ this.view.select(match); var sn = Roo.get(this.view.getSelectedNodes()[0]); sn.scrollIntoView(sn.dom.parentNode, false); - } + }, + cleanLeadingSpace : function() + { + // override textfield strip white space (trigers set on blur) + } /** * @cfg {Boolean} grow -- 2.39.2