From 6f19a2536f71820e8cca6227adbdea37259aa7e9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:01:34 +0800 Subject: [PATCH] examples/bootstrap/ComboBox.js --- examples/bootstrap/ComboBox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}', -- 2.39.2