microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.23k stars 294 forks source link

How to add delay to Autocomplete search? #1983

Closed MarvinKlein1508 closed 2 weeks ago

MarvinKlein1508 commented 2 weeks ago

🙋 Documentation Request

I'm using FluentAutocomplete to filter some users within my database. However this progress takes some time and this is being done on each keystroke. Is there any way to prvent searching on each keystroke and only after a certain delay?

dvoituron commented 2 weeks ago

Not yet, but probably in the next release. We are working on it. See #1951