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!
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ComboBox-807767934
The null value is updated in the change event args and the @bind-value property when we re-enter the same value and focus out of the component. The issue is also replicated on the online demo.
Replication Procedure:
1. Run the sample.
2. Type "Badminton" and focus out the component.
3. Now delete the value using backspace or the delete button (note: do not use the clear icon).
4. Re-enter "Badminton" to the component and focus out the component by clicking outside the component.
Expected Output: If the same value is entered, the change event should not be triggered.
Current Output: If the same value is entered, the change event is triggered and a null value is updated in the change event arguments.