[pve-devel] [PATCH 1/2] Disable setting 'triggerAction' locally as we use the default anyway.

Emmanuel Kasper e.kasper at proxmox.com
Thu May 21 11:08:22 CEST 2015


Ref: http://docs.sencha.com/extjs/5.1/5.1.0-apidocs/#!/api/Ext.form.field.ComboBox-cfg-triggerAction
---
 www/manager5/form/ViewSelector.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/manager5/form/ViewSelector.js b/www/manager5/form/ViewSelector.js
index 5306c72..19f75f6 100644
--- a/www/manager5/form/ViewSelector.js
+++ b/www/manager5/form/ViewSelector.js
@@ -57,7 +57,6 @@ Ext.define('PVE.form.ViewSelector', {
 	    allowBlank: false,
 	    forceSelection: true,
 	    autoSelect: false,
-	    triggerAction: 'all',
 	    valueField: 'key',
 	    displayField: 'value',
 
-- 
2.1.4





More information about the pve-devel mailing list