Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Tue, 17 Apr 2018 08:20:33 +0000 (16:20 +0800)
committeredward <edward@roojs.com>
Tue, 17 Apr 2018 08:20:33 +0000 (16:20 +0800)
Roo/bootstrap/ComboBox.js

index 4887a6f..0e1d4e8 100644 (file)
@@ -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',