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

Optimizing AutoComplete Performance for Large User Datasets in New-PodeWebTextbox #549

Open
ThomasPerezBlanco opened this issue Feb 15, 2024 · 0 comments
Labels
bug 🐛 Something isn't working

Comments

@ThomasPerezBlanco
Copy link

Hello,

I am using the AutoComplete feature of the New-PodeWebTextbox command.
My goal is to implement a form that can recognize the list of my Active Directory users.
This feature is working properly. However, I would like the autocomplete suggestions to only start after a minimum number of characters have been entered, for example, at least 3 characters.
The reason for this request is that I have a large number of items, over 20,000, and as soon as I enter a single character, the system crashes due to the extensive volume of the search.

Thanks.

Thomas.

@ThomasPerezBlanco ThomasPerezBlanco added the bug 🐛 Something isn't working label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant