79555726

Date: 2025-04-04 15:29:49
Score: 1
Natty:
Report link

add bellow style

.select2-container {width:300px !important;}

and add this js code

$(document).on('pjax:complete', function() {
    $('.kv-plugin-loading').hide();//for hide loading icon
    jQuery(function ($) {
        jQuery(function ($) { jQuery('#select2').select2(); } );
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user3751337