From 1412f9a5c6f0d30e0ec98af2ffb601d2f5345129 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 17 Apr 2018 16:30:19 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 99f4540ae1..d0cfafd80a 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2836,7 +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 + ' -'; } var opt = this.inputEl().createChild({ -- 2.39.2