select2 / select2-bootstrap-theme

A Select2 v4 Theme for Bootstrap 3
https://select2.github.io/select2-bootstrap-theme/
MIT License
872 stars 499 forks source link

set focus in input search select2 #96

Open jeantalons opened 1 year ago

jeantalons commented 1 year ago

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