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!

2
Votes

Description:

When typing a value that exists in the data source but with a case difference, the ComboBox should treat it as a custom value. However, the component currently converts the input to match the case of the existing data source value, instead of preserving the user input.

Sample: Sample

Replication procedure:

  1. Run the sample.

  2. Type a value that exists in the data source using a different case (e.g., type "canada" in lowercase).

  3. Now focus out.

  4. Expected Output: The typed text should remain as entered (e.g., "canada") and be treated as a custom value.Expected Output: The typed text should remain as entered (e.g., "canada") and be treated as a custom value.
  5. Current Output: The text is automatically converted to match the case of the data source (e.g., "Canada").