Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
619
Widok
0
26/05/2021 11:19 am
Topic starter
how to fix
1 Answer
0
26/05/2021 11:21 am
Topic starter
This is problem with jQuery 3.6.0+
workaround:
$(function () { $(document).on('select2:open', () => { document.querySelector('.select2-search__field').focus(); }); $('.select2').select2(); });