css - Rails: Alternative for bootstrap select? -
bootstrap not style select tags, such forced use gem: bootstrap-select
but since our application data intensive, select dropdowns have quite number of options. makes app slow (loading page, clicking drop down view options, , scrolling , down page). there faster solution bootstrap style on select_tag without compromising performance?
try select2: http://ivaynberg.github.io/select2/ supports bootstrap styles , has tons of cool stuff. also, select2 gem rails asset pipeline available on github https://github.com/argerim/select2-rails
Comments
Post a Comment