ScrollTo does not work.

Hey! 

I have build a playground example: 

https://blazorplayground.syncfusion.com/VNVTDEiQygmYMwAz


I expect:
When i press on the clock icon to open the dialog for times, it should scroll to the time of the ScrollTo value. Currently nothing happens, the dropdown always stays on top. It only scrolls down if the current time is really in the list. Like it is 14:30 and the steps of the time is 30. Then it would scroll to the entry in the list. 

My problem:
I don't want the users to scroll to the current time. If it is 14;14, I want the dropdown for times to scroll to the closest time entry in the list. I have the feeling the ScrollTo property isn't implemented yet, I don't see any references in your code. 


How can i resolve my issue then? 


Kind regards,

Patrick


2 Replies

UD UdhayaKumar Duraisamy Syncfusion Team September 23, 2024 03:43 PM UTC

We have confirmed the issue you reported, "ScrollTo is not working properly for the DateTimePicker" as a bug on our end. The fix for this issue is scheduled to be included in our mid-October 2024 patch release.


You can track the progress and status of this issue using the following link:

ScrollTo is not working properly for the DateTimePicker in Blazor | Feedback Portal (syncfusion.com)


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”



UD UdhayaKumar Duraisamy Syncfusion Team November 4, 2024 07:31 AM UTC

We're pleased to inform you that the reported issue, "ScrollTo is not working properly for the DateTimePicker," has been resolved in our release, version 27.1.55. We recommend updating to latest version to address the issue.


Release Notes: Essential Studio for Blazor Weekly Nuget Release Release Notes


Root Cause: The issue was due to the ScrollTo property value not being updated correctly.


Solution: We have updated the DateTimePicker component to use the ScrollTo property when there is no selected value, or if the specified time is not available in the time popup.


Loader.
Up arrow icon