79124702

Date: 2024-10-25 07:42:28
Score: 1.5
Natty:
Report link

$(document).ready(function () { $('#size_id').select2({ placeholder: 'Select a size', // Add a placeholder if needed allowClear: true, // Optional: allows clearing the selection });

// Add an event listener for the "open" event
$('#size_id').on('select2:open', function () {
    // Target the search input field in Select2 and focus on it
    document.querySelector('.select2-search__field').focus();
});

});

Replacfe your search Id with the "size_id" , cheers !!!

Reasons:
  • Blacklisted phrase (1): cheers
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tharaka Devinda