Tests are available <ahref="http://davidstutz.github.io/bootstrap-multiselect/tests/SpecRunner.html">here</a> using the <ahref="http://jasmine.github.io/"target="_blank">Jasmine Testing Framework</a>.
<b>Please see <ahref="#known-issues">Known Issues</a>.</b>
</p>
<pclass="alert alert-info">
...
...
@@ -54,10 +56,6 @@
</p>
<pclass="alert alert-info">
<b>The demonstration page for Twitter Bootstrap 2.3 was removed. Nevertheless, this page should work using Twitter Bootstrap 2.3 except for some methods which are marked accordingly.</b>
</p>
<pclass="alert alert-warning">
<b>Please have a look on <ahref="#how-to-contribute">How to contribute?</a> and the <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues">Issue Tracker</a>.</b>
</p>
...
...
@@ -1421,6 +1419,39 @@
});
});
</script>
</pre>
</div>
<p>The <code>selectAllValue</code> option should usually be a string, however, numeric values work as well:</p>
This issue is discussed in <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/271">#271.</a>
</dd>
<dt>Esc does not close the dropdown?!</dt>
<dd>
This issue is discussed in <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/368">#368</a>. Currently, pressing <code>Esc</code> will not close the dropdown as there were some bugs with this.
</dd>
</dl>
<divclass="page-header">
<h2id="known-issues">Known Issues</h2>
</div>
<dl>
<dt>Slow dropdown on Chrome 35.</dt>
<dd>
As discussed in <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/268">#268</a>, certain versions seem to have some performance problems, especially Chrome 35.0.1916.114m.
</dd>
<dt>Using <code>maxHeight</code> results in the filter being not fixed at the top.</dt>
<dd>
See issue <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/396"></a>. Pull requests are welcome.