You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If true , displays a "Today" button at the bottom of the datetimepicker to select the current date. If true, the "Today" button will only move the current date into view.
Is there a typo there and this field can take multiple values besides true and false?
todayBtn should be added to the list here:
https://github.com/asaglimbeni/django-datetime-widget/blob/master/datetimewidget/widgets.py#L146
Workaround is just to assign 'todayBtn': 'true' instead of 'todayBtn': True in the options dict.
The text was updated successfully, but these errors were encountered: