Describe the problem
When using DateTimePicker, DatePicker is displayed and works but the TimePicker part only appears very briefly and then disappears. The time can then only be set in the text part.
TimePicker can only be selected again when DateTimePicker is closed and reopened.
I have another application using Django 4.1.2 with a bootstrap5 theme and the same jQuery local lib and here everything is fine.
To Reproduce
I have installed django5 and a bootstrap5 theme, locally I installed jQuery
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
DatePicker and TimePicker should be able to be used simultaneously as DateTimePicker
Console errors
No error on django console.
No error on JavaScript console.
Paste-bin
The page is showing up but the date-picker calendar is not. The paste-bin link
of the HTML source of the page is http://...
Setup Information (please complete the following information):
OS: MacBook Pro Sonoma 14.2
Browser [e.g. chrome, safari] safari and chrome
Browser version [e.g. 22]
Python version [e.g. 3.7] 3.10.2
Django version [e.g. 2.1] 5.0
Bootstrap version [e.g. 3/4] 5
jQuery version [e.g. 1.7.1] jQuery JavaScript Library v3.6.1
Describe the problem When using DateTimePicker, DatePicker is displayed and works but the TimePicker part only appears very briefly and then disappears. The time can then only be set in the text part. TimePicker can only be selected again when DateTimePicker is closed and reopened. I have another application using Django 4.1.2 with a bootstrap5 theme and the same jQuery local lib and here everything is fine.
To Reproduce I have installed django5 and a bootstrap5 theme, locally I installed jQuery Steps to reproduce the behavior:
Expected behavior DatePicker and TimePicker should be able to be used simultaneously as DateTimePicker
Console errors
Paste-bin The page is showing up but the date-picker calendar is not. The paste-bin link of the HTML source of the page is http://...
Setup Information (please complete the following information):
[x] I have followed the configuration instructions and checked out the common error troubleshooting page.