79134187

Date: 2024-10-28 16:07:02
Score: 0.5
Natty:
Report link

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;
} 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Kharchishin