Is there a way to enable autocomplete for kendoTimePicker?
Ideally, the dropdown list of time options would "follow" whatever the user types in.
So in this use case:
1. The user clicks the timepicker field and the dropdown expands.
2. The user types the number 2
3. The dropdown scrolls to 2:00
4. The user types 2:1
5. The dropdown scrolls to 2:10
6. The user types 2:15
7. The dropdown displays 2:15 am and 2:15 pm.