Had the same issue with Select2 (4.0.13) and Bootstrap 5 modal. Simple fix is simple css for search input field.
.select2-container .select2-search--inline .select2-search__field{ min-width: 160px; }