From 9a59b48859a44f3d0814bb3f6f4cc453e98fa630 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 17 Apr 2018 16:20:33 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 4887a6fbe8..0e1d4e8715 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2833,7 +2833,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { if(this.allowBlank) { - var default_text = '-- SELECT --'; + var default_text = this.placeholder; var opt = this.inputEl().createChild({ tag: 'option', -- 2.39.2