examples/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Tue, 20 May 2014 09:05:47 +0000 (17:05 +0800)
committerEdward <edward@roojs.com>
Tue, 20 May 2014 09:05:47 +0000 (17:05 +0800)
examples/bootstrap/ComboBox.js

index fd61d50..5a4be11 100644 (file)
@@ -40,6 +40,7 @@ Roo.example.combobox = new Roo.XComponent({
                     minChars : '1',
                     tpl : '<li class="select2-result"><b>{name}</b></div>',
                     listWidth : '400',
+                    selectedClass: 'select2-highlighted',
                     listeners : {
                         render : function (_self) {
                             _this.countrySel = _self;