select2-bootstrap-theme
select2-bootstrap-theme copied to clipboard
set focus in input search select2
set o focus $(document).on('select2:open', () => { document.querySelector('.select2-search__field').focus(); });