I am currently facing an issue with a searchable list containing nearly 2700 items in a bootstrap selectpicker. When I scroll down the options, only around 50 or 60 are displayed, leaving the rest empty. You can view this problem in detail by checking out this image. The search functionality works fine across all 2700 products, but the dropdown does not fully display all the available options.
Even after applying
$('.selectpicker').selectpicker({ maxOptions:2 })
to set the maximum number of options, the issue persists.
I have tried my best to explain the situation accurately.