examples/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Thu, 22 May 2014 09:02:01 +0000 (17:02 +0800)
committerEdward <edward@roojs.com>
Thu, 22 May 2014 09:02:01 +0000 (17:02 +0800)
css-bootstrap/combobox.css

css-bootstrap/combobox.css
examples/bootstrap/ComboBox.js

index 4f70ca9..803fa65 100644 (file)
     user-select: none;
 }
 
+.select2-container {
+    width: 100%
+}
index 26bf2f5..9eac536 100644 (file)
@@ -40,7 +40,6 @@ Roo.example.combobox = new Roo.XComponent({
                     minChars : '1',
                     tpl : '<li class="select2-result"><b>{name}</b></div>',
                     listWidth : '400',
-                    style: 'width:100%',
                     multiple: true,
                     listeners : {
                         render : function (_self) {