SfDateTimePicker Drop-downs not displaying correctly

The time picker (clock) is not doing anything when you click on it, and the date picker (Calendar) take three clicks every time before it displays.  I've included  some relevant code below.  Should it matter that I have two SFDateTimepickers on the page?  Any help would be appreciated as it is not very useful at the moment.  The functions being called onRender and onChange are working fine.


<SfDateTimePicker Width="220px" @ref="@DateTimePickerObj" StrictMode=true TValue="DateTime?" Min="@MinDate" class="e-input-group" @bind-Value="crf.Sched_Start" ShowClearButton="true">

<DateTimePickerEvents TValue="DateTime?" OnRenderDayCell="@DisableDate" ValueChange="OnDateChange"></DateTimePickerEvents>

 </SfDateTimePicker>


1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team July 2, 2022 06:33 AM UTC

Hi Kristy,


We have validated the reported query on our end. Unfortunately, we couldn’t reproduce the reported issue as per your scenario. We also attached a sample and video illustration for reference. Also, we request you to provide additional details about the issue i.e., issue replication sample (or modify the attached sample), etc... This will help us validate the issue further and provide you with a better solution.


Regards,

Udhaya Kumar D



Attachment: DTP_2e00c207.zip

Loader.
Up arrow icon