Stefan
asked on 16 Oct 2023, 05:40 PM
| edited on 17 Oct 2023, 09:34 AM
Hello,
I'm currently not using the KendoReact - DateTimePicker because I miss the ability to apply a selected Date/Time without
having to press "set". Maybe with an onChange event or similar.
Does anyone have a best practice or workaround to solve this issue?
Thanks in advance and Kind regards ~
1 Answer, 1 is accepted
1
Wissam
Telerik team
answered on 18 Oct 2023, 12:53 PM
Hello, Stefan,
You can change the DateTimePicker date without having to press the `Set` button by rendering a custom Calendar for the component and handling its change event to get the value. Moreover, handle the DateTimePicker in controlled mode, and set its value in the `onChange` event of the Calendar:
As for changing the time without pressing the `Set` button, this is currently not possible since the TimePicker component is not exposed to the component. Therefore, I can suggest submitting a feature request in our feedback portal (for adding a prop that allows rendering a custom TimePicker) where new ideas are constantly being evaluated and the most popular ones are implemented in future releases: