From 4f897c8cf9ece35ddb89fdee2f1d7a8f841c2875 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 14 May 2022 14:48:31 +0200 Subject: [PATCH] ui: namespace selector: set queryMode to local to avoid that the comobox triggers automatic API request with the queryParam default `query` GET param on manual typing (e.g., for filtering) from the user, we have all data already loaded and locally available. https://docs.sencha.com/extjs/7.0.0/classic/Ext.form.field.ComboBox.html#cfg-queryMode Signed-off-by: Thomas Lamprecht --- www/form/NamespaceSelector.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/form/NamespaceSelector.js b/www/form/NamespaceSelector.js index 6218a4e23..44b7ca0d2 100644 --- a/www/form/NamespaceSelector.js +++ b/www/form/NamespaceSelector.js @@ -27,6 +27,7 @@ Ext.define('PBS.form.NamespaceSelector', { editable: true, anyMatch: true, forceSelection: true, + queryMode: 'local', matchFieldWidth: false, listConfig: {