I use the multiselect element and populate it with a collection - a Supabase table. The table contains about 1400 records - I don’t use pagination or filtering when loading the collection. However, the multiselect element only shows 15 items. As you can see on the screenshot, the remaining part of the options list is blank. Even though I can search for any item by activating the search function in the multiselect - is this a bug?
How can I make sure to display all available items in the multiselect options list?