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