- Posts: 69
- Thank you received: 5
Ask the community, share ideas, and connect with other LimeSurvey users!
<script> $('.dropdown-item select').select2({ theme: 'bootstrap', minimumResultsForSearch: 15 }); </script>
$(function() { $('.dropdown-item select').select2({ theme: 'bootstrap', minimumResultsForSearch: 15 }); });