Pode.Web icon indicating copy to clipboard operation
Pode.Web copied to clipboard

Optimizing AutoComplete Performance for Large User Datasets in New-PodeWebTextbox

Open ThomasPerezBlanco opened this issue 1 year ago • 0 comments

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 avatar Feb 15 '24 16:02 ThomasPerezBlanco