In the below code I get a null reference exception when emptying the autocomplete, either by clearing it or clicking the X.
If I remove the bind-Value parameter, I do not get the exception.
...
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Object.GetType()
at Syncfusion.EJ2.Blazor.BaseComponent.updateProperty[T](String key, T publicValue, T privateValue, Object eventCallback, Expression`1 expression, Boolean isDataSource, Boolean isObservable)
at Syncfusion.EJ2.Blazor.DropDowns.EjsAutoComplete`1.OnParametersSetAsync()
at Syncfusion.EJ2.Blazor.BaseComponent.UpdateModel(Dictionary`2 properties)
Error: System.NullReferenceException: Object reference not set to an instance of an object.
at System.Object.GetType()
at Syncfusion.EJ2.Blazor.BaseComponent.updateProperty[T](String key, T publicValue, T privateValue, Object eventCallback, Expression`1 expression, Boolean isDataSource, Boolean isObservable)
at Syncfusion.EJ2.Blazor.DropDowns.EjsAutoComplete`1.OnParametersSetAsync()
at Syncfusion.EJ2.Blazor.BaseComponent.UpdateModel(Dictionary`2 properties)
at Object.endInvokeDotNetFromJS (https://localhost:5001/_framework/blazor.server.js:8:31660)
at e.<anonymous> (https://localhost:5001/_framework/blazor.server.js:8:103446)
at https://localhost:5001/_framework/blazor.server.js:1:19202
at Array.forEach (<anonymous>)
at e.invokeClientMethod (https://localhost:5001/_framework/blazor.server.js:1:19173)
at e.processIncomingData (https://localhost:5001/_framework/blazor.server.js:1:17165)
at e.connection.onreceive (https://localhost:5001/_framework/blazor.server.js:1:10276)
at WebSocket.i.onmessage (https://localhost:5001/_framework/blazor.server.js:1:38091)
throwError @ ejs.interop.min.js:1
updateModel @ ejs.interop.min.js:1
async function (async)
updateModel @ ejs.interop.min.js:1
e.serverDataBind @ constants.js:93
e.saveChanges @ constants.js:93
(anonymous) @ constants.js:93
t.resetSelection @ constants.js:93
t.clearAll @ constants.js:93
t.clearAll @ constants.js:93
t.clearAll @ constants.js:93
t.hidePopup @ constants.js:93
t.hidePopup @ constants.js:93
t.hidePopup @ constants.js:93
t.focusOut @ constants.js:93
t.focusOutAction @ constants.js:93
t.onBlur @ constants.js:93
t.onBlur @ constants.js:93