Код: Выделить всё
$(document).ready(function(){
$('#dynamicAttributes').select2({
allowClear: true,
minimumResultsForSearch: -1,
width: 600
});
});
Подробнее здесь: https://stackoverflow.com/questions/366 ... ect-and-sh
Код: Выделить всё
$(document).ready(function(){
$('#dynamicAttributes').select2({
allowClear: true,
minimumResultsForSearch: -1,
width: 600
});
});