django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

Unable to clear value

Open ncharlot opened this issue 10 years ago • 3 comments

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.

ncharlot avatar Jun 25 '14 08:06 ncharlot

any solution for this issue?

diegoduncan21 avatar Jul 23 '14 13:07 diegoduncan21

Clear via javascript or clear by selecting and deleting the text, because I can't replicate this.

LegoStormtroopr avatar Oct 13 '14 03:10 LegoStormtroopr

+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.

efowler avatar Nov 25 '14 23:11 efowler