django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
Unable to clear value
Hello,
After selecting a date, I can't clear the value, the date still remains.
date_from = forms.DateField(
required=False,
widget=DateTimePicker(options={'format': 'DD/MM/YYYY',
'pickTime': False}))
I'm using django-bootstrap3
.
any solution for this issue?
Clear via javascript or clear by selecting and deleting the text, because I can't replicate this.
+1 Happening to me as well. A newer version of bootstrap-datetimepicker.js seems to fix this. I'm running v2.2.3 of django-bootstrap3-datetimepicker. I believe v2.3 would fix it, but I can't get pip to see v2.3.