Hello,
I'm reporting a problem with the ComboBox control:
In combobox binded with an int? value, writing an invalid string inside the combobox and clicking outside in the page, the control throws an exception, stopping the entrie blazor app.
I think the correct behavior is to set the int? value as null.
I've attached a video to reproduce the problem and a sample project to test it.
Version: 18.3.0.48
Thank you
Attachment:
ComboBoxTest_d1423627.zip