microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications

Home Page:https://www.fluentui-blazor.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add delay to Autocomplete search?

MarvinKlein1508 opened this issue Β· comments

πŸ™‹ 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?

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