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

[FEATURE] Add pagination if there are too many options. example if I have 1000 items there will be performance issues ignoring the backend factor #444

Closed
tu-hai opened this issue Oct 30, 2023 · 2 comments

Comments

@tu-hai
Copy link

tu-hai commented Oct 30, 2023

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@tu-hai tu-hai changed the title [FEATURE] pagging if options more than 100 items [FEATURE] Add pagination if there are too many options. example if I have 1000 items there will be performance issues ignoring the backend factor Oct 30, 2023
@macjohnny
Copy link
Member

@tu-hai do you want to propose a solution? there are also other approaches, such as virtual scrolling, see e.g. #304

the tricky part is that the material select expects the selected option to always be present in order to display the value, which could be somehow achieved with a visually hidden option.

@macjohnny
Copy link
Member

closing this bug as a duplicate of #423

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants