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

When ExpandoObject is bound, input element value is not maintained if we type the value in Autocomplete. But when we bind the normal class, it is working as expected.


Sample Link                     : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Index17708728


Replication Procedure   :



1. Type any value in the Autocomplete’s input element.

2. Focus out the control without choosing value in the popup.

3. Input element value is not maintained whereas it is working if setting TItem as normal class.