Open
Description
I am trying to create Datepicker and timePicker as if I pressed space key, it will automatically take current date for date field if date is not selected ( date is not equal to null) and same functionality for timepicker too.
When I declared the onKeyDown/onKeyPress handler I am getting an error like onKeyPress/onKeyDown doesn't exist.
I checked the official kendo document for react I couldn't found anything related to this.
Any comments and suggestions are welcome.