From 918ca8d62a849cbe059207c38668edc69271e34a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Dec 2018 16:41:42 +0800 Subject: [PATCH] examples/bootstrap/TabPanel-ComboBox.js --- examples/bootstrap/TabPanel-ComboBox.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bootstrap/TabPanel-ComboBox.js b/examples/bootstrap/TabPanel-ComboBox.js index a707a70fe9..6d7c2bf92f 100644 --- a/examples/bootstrap/TabPanel-ComboBox.js +++ b/examples/bootstrap/TabPanel-ComboBox.js @@ -366,7 +366,7 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({ xtype: 'ComboBox', xns: Roo.bootstrap, placeholder : 'Select a country', - displayField : 'name', + displayField : 'title', hiddenName : 'country_id', md : '12', size : 'sm', @@ -398,12 +398,12 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({ } }, - remoteSort : true, - sortInfo : { direction : 'ASC', field: 'name' }, + remoteSort : false, + sortInfo : { direction : 'ASC', field: 'title' }, proxy : { xtype: 'HttpProxy', xns: Roo.data, - url : './data.country.js'', + url : './data.country.js', method : 'GET' }, reader : { -- 2.39.2