select2

91

select2 restric 5 selection -

$("#tags").select2({
    maximumSelectionLength: 3
});

.select2-selection__arrow { height: 34px !important; } -

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

select2 -

$('.js-example-basic-single').select2({
  placeholder: 'Select an option'
});

select2 -

// In your Javascript (external .js resource or <script> tag)
$(document).ready(function() {
    $('.js-example-basic-single').select2();
});

Comments

Submit
0 Comments