Steps to Reproduce:
- Run the attached sample project.
- Click the "Show DatePicker Dialog" button and check the console.
Result:
The dialog opens, but there is an error in the console:
Unhandled exception rendering component: Invocation of method "show" returned a promise. Please use the async version of the method to get the value.
System.Exception: Invocation of method "show" returned a promise. Please use the async version of the method to get the value.
at IgniteUI.Blazor.Controls.BaseRendererControl.InvokeMethodHelperSync(String target, String methodName, Object[] arguments, String[] types, ElementReference[] nativeElements)
datePickerBug.zip