From: Alan Knowles Date: Thu, 29 Nov 2018 09:03:20 +0000 (+0800) Subject: examples/bootstrap/ComboBox2.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f0421f1b8f0bfb3d5a644301a3029c1878cf0ed3;p=roojs1 examples/bootstrap/ComboBox2.js --- diff --git a/examples/bootstrap/ComboBox2.js b/examples/bootstrap/ComboBox2.js index 2d647b784e..8b99eafff9 100644 --- a/examples/bootstrap/ComboBox2.js +++ b/examples/bootstrap/ComboBox2.js @@ -31,7 +31,7 @@ Roo.example.combobox = new Roo.XComponent({ xtype: 'ComboBox', xns: Roo.bootstrap, placeholder : 'Select a country', - displayField : 'name', + displayField : 'title', hiddenName : 'country_id', md : '12', size : 'sm', @@ -97,7 +97,7 @@ Roo.example.combobox = new Roo.XComponent({ xtype: 'ComboBox', xns: Roo.bootstrap, placeholder : 'Select a country', - displayField : 'name', + displayField : 'title', hiddenName : 'country_id', md : '12', size : 'sm', @@ -115,7 +115,7 @@ Roo.example.combobox = new Roo.XComponent({ }, forceSelection : true, valueField : 'id', - queryParam : 'query[name]', + queryParam : 'query[title]', editable : true, alwaysQuery : true, allowBlank : false,