From: Alan Knowles Date: Fri, 30 Nov 2018 08:01:34 +0000 (+0800) Subject: examples/bootstrap/ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=6f19a2536f71820e8cca6227adbdea37259aa7e9 examples/bootstrap/ComboBox.js --- diff --git a/examples/bootstrap/ComboBox.js b/examples/bootstrap/ComboBox.js index d2db9e6f89..0c1a4443df 100644 --- a/examples/bootstrap/ComboBox.js +++ b/examples/bootstrap/ComboBox.js @@ -31,11 +31,11 @@ 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', - name : 'country_id_name', + name : 'title', triggerAction : 'all', minChars : '1', tpl : '
  • {title}',