I have integrated the Bootstrap datetime picker (bootstrap-datetimepicker.min.js) into my code.
Within the DIV tag, I have included the class="modal fade" to open the first popup. In the first popup, there is a datetime picker. When clicking on the picker, a second popup for time appears but it is not focused or visible. How can I shift the focus from the first popup to the second popup?
Thank you in advance.