From: Alan Date: Tue, 12 Sep 2023 08:29:30 +0000 (+0800) Subject: fix combobox reseting after clicking on it X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=a282d14d8ef74f3f4970323c4e285f7224bc3509 fix combobox reseting after clicking on it --- 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