monim67 / django-flatpickr

Flatpicker based DatePickerInput, TimePickerInput and DateTimePickerInput with date-range-picker functionality for django >= 2.0
https://pypi.org/project/django-flatpickr/
MIT License
60 stars 11 forks source link

How to clear the input #7

Closed natehawkboss closed 1 year ago

natehawkboss commented 4 years ago

Once you enter a date, there is no way to clear the input.

It would be nice to include a button before of after the input to clear it.

I have tried adding this with javascript but it does not seem to truly clear the input.

monim67 commented 1 year ago

You can create your own template to add buttons to input elements. See Example.