SELECT 2
.select2-container
width 100%!important
.select2-selection__arrow
flex(mid)
tr(all)
.select2-container--open
.select2-selection__arrow
transform rotate(180deg)
.select2-results__option // style foк ellement
padding 10px
$("select").select2({
minimumResultsForSearch: Infinity,
placeholder: "Выберите значение",
});
//add icon caret
$('b[role="presentation"]').hide();
$('.select2-selection__arrow').append('<svg class="icon-check"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#arrow-down"></use></svg>');
//Bower i select2 --save-dev
//script(src="bower/select2/dist/js/select2.min.js")
//link(rel="stylesheet", href="bower/select2/dist/css/select2.min.css")
select
option(value="1") Один
option(value="2") Два
option(value="3") Три