unable to increase hours using hour / minute by using up arrow icon #2375
-
I am using Eonasdan datetimepicker version : 4.17.47 by importing this JS file in a project. Also, I am using some custom validation to make sure that shows a red text when the user enters a time range different than expected. I am no setting Sometimes though, the user is unable to increment hours / minutes by clicking on the up arrow key. The
and the template:
You can see a full demo here I've noticed that when user tries to go to next date using the datetimepicker, it stops incrementing, (The date pickers on this given page are not connected, they are seperately initialized.) Any help regarding this will be truly appreciated!! PS: you can see this question on Stack Overflow also |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
can you setup an minimal example based on this: https://stackblitz.com/edit/v4-minimum-setup Also if this is a new project you should probably be using the v5 for which ever bootstrap version you're using. See https://getdatepicker.com/ for docs on that. |
Beta Was this translation helpful? Give feedback.
can you setup an minimal example based on this: https://stackblitz.com/edit/v4-minimum-setup
Also if this is a new project you should probably be using the v5 for which ever bootstrap version you're using. See https://getdatepicker.com/ for docs on that.