monim67 / django-bootstrap-datepicker-plus

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
MIT License
223 stars 61 forks source link

Datepicker opens only by icon #104

Open AlexShepa opened 10 months ago

AlexShepa commented 10 months ago

Hello, I'm bit of confused Decided to update old project with DatePicker

The main problem, that datepicker only shows, when I click on calendar icon, but I want to see datepicker window when I click on input field.

I tried Quick Walkthrough Tutorial https://django-bootstrap-datepicker-plus.readthedocs.io/en/latest/Walkthrough.html and get same result of my trouble.

Here your working form and when you click on input field datepicker shown as same as calendar icon.

Can't tell what to do to reproduce, because I followed tutorial.

I suppose it is not a bug and I don't see option in widget, but in page can't find proper option

Expected behavior When click on input field get datepicker open like here

Console errors

Setup Information:

[v] I have followed the configuration instructions and checked out the common error troubleshooting page.