From c1589446eaf98454085febfe65f91ebe5160fcb6 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 17 Apr 2018 16:30:38 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index d0cfafd80a..08b73364d5 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2836,11 +2836,11 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { var default_text = '-- SELECT --'; if(this.placeholder.length){ - default_text = this.placeholder + ' -'; + default_text = this.placeholder; } if(this.emptyTitle.length){ - default_text = this.emptyTitle + ' -'; + default_text = ' - ' + this.emptyTitle + ' -'; } var opt = this.inputEl().createChild({ -- 2.39.2