Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Case1: When we select the selected value on input and clear the value using the "Delete" key and focusout the component using tab key within a second.
Sample:
https://blazorplayground.syncfusion.com/LZVzjAjPJtamcEqs
Replication Procedure:
Expected Behavior: Value should clear properly
Actual Behavior: Value is not clear
Case2:
Autofill value not selected when we focusout the component
when we enable autofill and search value autofill applied and then click tab fastly
Sample:
https://blazorplayground.syncfusion.com/LZVzjAjPJtamcEqs
Replication Procedure:
Expected Behavior: autofill value should be selected when we focusout the component
Actual Behavior: autofill value not selected when we focusout the component
Case3:
Component does not focusout properly when we add delay inside the ValueChanged event
Sample:
https://blazorplayground.syncfusion.com/VDhpjKWWLuOjckxz
Replication Procedure:
Expected Behavior: component should focusout properly
Actual Behavior: component does not focusout properly