select2-bootstrap-theme icon indicating copy to clipboard operation
select2-bootstrap-theme copied to clipboard

set focus in input search select2

Open jeantalons opened this issue 2 years ago • 0 comments

set o focus $(document).on('select2:open', () => { document.querySelector('.select2-search__field').focus(); });

jeantalons avatar Nov 09 '22 19:11 jeantalons