I am trying to use the component for more than 6000 items. However, I am encountering an issue where the dropdown displays "type in search box to see results..." but neither the options nor the search box is rendered.
settings: IMultiSelectSettings = {
enableSearch: true,
showCheckAll: true,
showUncheckAll: true,
searchRenderLimit: 100,
searchRenderAfter: 1,
searchMaxLimit: 500,
searchMaxRenderedItems: 20,
};
I am trying to use the component for more than 6000 items. However, I am encountering an issue where the dropdown displays "type in search box to see results..." but neither the options nor the search box is rendered.
Steps to Reproduce
Configure the ngx-bootstrap-multiselect component with the above settings.
Add more than 6000 items to the multiselect options.
Open the dropdown.
Expected Behavior
Actual Behavior
Additional Information