Does the React Timepicker componenet have Autocomplete capabilities?
If so, are there any examples of how to use it?
Thanks in advance for the help.
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 10 Apr 2023, 07:45 AM
Hello Greg,
The KendoReact TimePicker does not have autocomplete functionality and the time can be entered manually within the input or picked through the popup.
If you want to pick from pre-defined values you can either use the AutoComplete component or DropDownList/ComboBox, but you will have to parse the values to Date object manually: