Error when picking time first before Date

So, we are getting a weird error, below is part of the code, it is fairly basic:
  <SfDateTimePicker TValue="DateTime?"
                                  @bind-Value="Model.ScmsReceivedDate" >
                    <DateTimePickerEvents TValue="DateTime?"  ValueChange="OnTPDateValueChanged"></DateTimePickerEvents>
                </SfDateTimePicker>



It looks like, if we pick the Date First, then the Time, everything works as expected.  But if we try to pick the Time first, it will blow up, and not work after that.  The a.getDate error is what we receive in the console.  Is there a way to fix this?

2 Replies 1 reply marked as answer

TB Travis Bay October 7, 2020 04:11 PM UTC

We are using the following for version of Syncfusion, not sure if this will help:



PM Ponmani Murugaiyan Syncfusion Team October 8, 2020 11:48 AM UTC

Hi Travis, 

Thanks for contacting Syncfusion support. 

We have validated your reported issue but unfortunately not replicated in our end with the mentioned version or above. So we suggest you to upgrade to latest Syncfusion Nuget 18.3.0.38 and ensure whether the issue is replicated. Please find the sample below for reference.  


After upgrading latest version, if issue still exists in your application please provide the more details like (Blazor Server or WebAssemply application) and issue reproducing sample to provide you the solution at earliest. 

Regards, 
Ponmani M 


Marked as answer
Loader.
Up arrow icon