asaglimbeni / django-datetime-widget

Bootstrap django-datetime-widget is a simple and clean widget for DateField, Timefiled and DateTimeField in Django framework. It is based on Bootstrap datetime picker, supports both Bootstrap 3 and Bootstrap 2
Other
219 stars 125 forks source link

Editable text field? #76

Closed fpischedda closed 9 years ago

fpischedda commented 9 years ago

Hi,

I'm trying to change the default behaviour of the field in order to manually change the date text, how can I achive this?

fpischedda commented 9 years ago

I've found how to have an editable field! If the parameter attrs is not provided the widget will assign a default dictionary with the "readonly" key so if you want to have an editable field you have to provide an empty dictionary to the attrs parameter