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

feat: add Immediate/ImmediateDelate to/in FluentAutocomplete

Mike-E-angelo opened this issue Β· comments

πŸ™‹ Feature Request

FluentAutocomplete does not have Immediate / ImmediateDelay properties. Because of this calls are being made to an api for each keypress and it's a bit chatty. 😊

πŸ€” Expected Behavior

Less chatty API calls with each keypress

😯 Current Behavior

An API call with each keypress 😞

πŸ’ Possible Solution

Implement Immediate/Delay as it is with FluentTextField which works perfectly. πŸ™

πŸ”¦ Context

Attempting to reduce the amount of calls to API. πŸ‘

πŸ’» Examples

FluentTextField.Immediate and FluentTextField.ImmediateDelay works amazingly well. πŸ™ Thank you for any consideration!

Wow thank you so much @vnbaaij! πŸ™