How do you clear the selected values of the date range picker?
I've used the @bind-StartDate and @bind-EndDate attributes for two-way binding, but setting the variables to null and calling StateHasChanged does not clear the control like the clear button does inside the control.
I've got an external button that needs to clear the control, and I can find a method to clear the values.