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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
Run the sample.
Type a value that exists in the data source using a different case (e.g., type "canada" in lowercase).
Now focus out.