jQuery UI Widgets › Forums › Editors › DateTimeInput › Not editable DateTimeInput in range mode
Tagged: #datetimeinput, javascript datetimeinput, jquery datetimeinput, jqwidgets datetimeinput
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 6 years ago.
Hello! How can I edit dates in DateTimeInput in range mode? I can only delete by keyboard, but I need to edit too.
Hello programmister,
You could bind to keydown event and add custom logic for keyboard navigation.
keydown
$("#jqxDateTimeInput input").keydown(event => { // Do something });
The getRange and setRange methods will be helpful for this purpose.
getRange
setRange
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.