Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
1
Użytkownicy
0
Reactions
760
Widoki
0
26/05/2021 11:19 am
Rozpoczynający temat
how to fix
1 odpowiedź
0
26/05/2021 11:21 am
Rozpoczynający temat
This is problem with jQuery 3.6.0+
workaround:
$(function () { $(document).on('select2:open', () => { document.querySelector('.select2-search__field').focus(); }); $('.select2').select2(); });