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!

1
Vote

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorApp1-1254897246


Validation Details :

 

              If the user types a character into AutoComplete and focuses out without any selection the characters disappear. The issue occurs only when we bound the complex data to the component.


Replication procedure :

  1. Run the sample.
  2. Type “a” and focus out without selecting any value.

Expected Output: The input character needs to be present after focusing out.

Current Output: The input character disappears after focusing out.