In order to style select tags with Bootstrap, we had to utilize the gem: bootstrap-select
However, due to the high volume of options in our data-heavy application, the select dropdowns are causing significant slowdown (loading times, drop down performance, and overall scrolling on the page). Is there a more efficient way to achieve Bootstrap styling on select tags without sacrificing performance?