Closed fbcbl closed 10 years ago
Same issue here.
Here, too.
I fixed it.
<select class="selectpicker">
<option>Mustard</option>
<option>Ketchup</option>
<option>Barbecue</option>
</select>
<script>
$(".selectpicker").selectpicker();
</script>
@dadave92 I guess the reason is the "twitter" prefix, take a look at https://github.com/yabawock/bootstrap-sass-rails.
updated the readme, please confirm that it works now
@Slashek works for me. :boom:
Hi,
I followed your instructions and installed the gem. I also added the lines to the application.js but when I try to run my application it says that "bootstrap-select" can't be found.
Do you have any idea of what might be ?