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

Description:

A console error is thrown in the ComboBox when the user types a value that is not in the datasource and performs keyboard navigation using the Tab and Shift+Tab keys.

Sample:  Sample




Replication Steps:

  1. Run the sample.
  2. Search and select the value (type Item 150 and select).
  3. Now press tab key.
  4. Then press shift+tab key.
  5. Now item 150 will be selected.
  6. Now type any number (type 5555)

Expected Behavior: console error should occur

Actual Behavior: Console error shouldn’t occur