A Bootstrap theme for Chosen Select that actually looks like Bootstrap.
yarn add chosen-bootstrap-theme
npm install chosen-bootstrap-theme
bower install chosen-bootstrap-theme
# Gemfile
source 'https://rails-assets.org' do
gem 'rails-assets-chosen-bootstrap-theme'
end
# app/assets/stylesheets/application.scss
/*
*= require chosen-bootstrap-theme
*/
Created by Weston Ganger - @westonganger
Plugin adapted from this gist by @koenpunt