Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring ngx-bootstrap-multiselect for Large Data Sets #491

Open
brayanesc opened this issue Jul 24, 2024 · 0 comments
Open

Configuring ngx-bootstrap-multiselect for Large Data Sets #491

brayanesc opened this issue Jul 24, 2024 · 0 comments

Comments

@brayanesc
Copy link

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,
};

Steps to Reproduce

  1. Configure the ngx-bootstrap-multiselect component with the above settings.

  2. Add more than 6000 items to the multiselect options.

  3. Open the dropdown.

Expected Behavior

  • The search box and options should be rendered, and the search functionality should work as configured.

Actual Behavior

  • The dropdown displays "type in search box to see results..." but neither the options nor the search box is rendered.

Additional Information

  • I have tried this configuration on the demo project.
  • Any assistance or recommendations to resolve this issue would be greatly appreciated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant