Blazor MatAutocompletelist throwing System.ArgumentNullException
问题 I'm building hotel service web application and I'm want to use MatBlazor component called MatAutocompleteList for choosing clients for reservations I've encountered an issue when Client is selected like on the screen And I remove this value leaving it blank and press enter application throws an exception: System.ArgumentNullException: Value cannot be null. (Parameter 'model') at Microsoft.AspNetCore.Components.Forms.FieldIdentifier..ctor(Object model, String fieldName) at Microsoft.AspNetCore