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 a component is rendered with a dynamic object datasource the custom value does not maintain to the component.


Sample link: https://www.syncfusion.com/downloads/support/common/4208/ze/DDLServer_140b12cf.zip


Replication procedure:

1. Run the sample.

2. focus the autocomplete or combobox component under dynamic object data source loading.

3. Now put the “nan” to the input element

4. Press the backspacekey to to remove final and autofill letters.

5. Now press the “Tab” key to focusout the component.

6. See the issue.

Expected: typed custom value need to maintain the component

Output: typed custom value does not maintain the component input element.