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

index 08b7336..eeede96 100644 (file)
@@ -2840,7 +2840,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             }
             
             if(this.emptyTitle.length){
-                default_text = ' - ' + this.emptyTitle + ' -';
+                default_text += ' - ' + this.emptyTitle + ' -';
             }
             
             var opt = this.inputEl().createChild({