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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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:

  •   Run the sample
  •  select any value
  •  select all the text in the input
  •  and click delete key in keyboard
  • and click tab within a second
  •   you can see the issue
     

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:

  •  Run the sample
  •  Type "aus"
  • click tab fastly
  •  you can see the issue
     

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:

  •  Run the sample
  • select australia
  • and focus out the component
  • and clear the value using clear icon
  • and focus out the component
  • you can see the issue

 

Expected Behavior: component should focusout properly

Actual Behavior:  component does not focusout properly