Gregoire D.

Results 25 comments of Gregoire D.

I guess this PR was merged a bit too quickly. The issue was more that the check to see if `touchstart` was out of the datepicker wasn't working. I can...

After few tests, it looks like before #1284, it worked as expected, meaning the picker close only when the screen is touched out of the picker. So the call here...

For the hover part, this css piece of code should do the trick: ```css .datepicker table tbody tr:hover td { background-color: #eee; } ``` If I get correctly what you...

@weedkiller Replace `date` with `dates[0]`. The date from the datepicker will still be the selected one, not the first of the week. Something like this: [https://jsfiddle.net/g52aa07L/16/](https://jsfiddle.net/g52aa07L/16/) @papyr I'm not sure...

1. I think you're looking for the [`autoclose`](https://bootstrap-datepicker.readthedocs.io/en/stable/options.html#autoclose). 2. If you want to do a regular ajax call and you copy/pasted weedkiller code, it makes sense, he is using specific...

[Like the component mode maybe?](https://uxsolutions.github.io/bootstrap-datepicker/?markup=component)

I'm not fan of this change actually, feel more like a fix in order to avoid the issue, rather fixing it really. I'll look into this issue (if you can...

Actually when doing a date range, the container you instantiate will have a `DateRangePicker` class which does not have the regular methods. In order to use methods on a date...

This will be done when the backends stuff is done. Not that in my hand I won't create a backend that support BS4, tho I'll create on for BS2, mainly...