Closed viniciuschiele closed 11 years ago
Hi, sorry for the very late reply, I tried your example with the latest bootstrap-select and bootplus: if you add the following at the bootom of the
it works: <style type="text/css">
.bootstrap-select.btn-group .btn .filter-option {
top: 0;
}
</style>
The plugin "bootstrap-select" (https://github.com/silviomoreto/bootstrap-select) does not work with icons in bootplus but with twitter bootstrap works.
My example: https://dl.dropboxusercontent.com/u/7406684/bootplus.zip
Thank you!