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

feat: add Immediate/ImmediateDelate to/in FluentAutocomplete #1951

Closed Mike-E-angelo closed 3 days ago

Mike-E-angelo commented 3 weeks ago

🙋 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!

Mike-E-angelo commented 3 days ago

Wow thank you so much @vnbaaij! 🙏