Open gojmpz opened 1 year ago
In jquery 3.6.0 the autofocus is not working, in 3.5.0 everything is ok
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" /> <!-- Scripts --> <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
I have the same problem, any feedback or something to correct this bug? since changing to 3.5.0 works correctly but when jumping to 3.6.0 it stops working :/
I also have the same problem. Has anyone found a solution?
In jquery 3.6.0 the autofocus is not working, in 3.5.0 everything is ok