-
When using the readonly attribute `ex: {{pikaday-input readonly="readonly"}}` you can still interact with the date picker, but it seems you can also change the date. Is this the intended functionalit…
-
The datepicker popup gets cut off when rendered towards the bottom of the window. In these scenarios, it might be nice for the popup to appear **above** the input field.
![Datepicker partially hidden…
-
This project should be moved to an org account and invite new maintainers.
-
Is there a way to initialize multiple date picker with plain js?
This is what I had in mind but that doesn't seem to work that way:
let picker = [];
const datePicker = document.querySelectorA…
-
I think that the `draw()` method of the Pikaday class should be documented better.
A speed skim to the "available methods" section shows no info on this method, though it should be used instead of `s…
-
I have following configuration
``` javascript
$('.datepicker').pikaday({
minDate: moment().toDate(),
format: 'DD.MM.YYYY',
firstDay: 1,
});
```
I tested it also with `minDate: moment().a…
-
Are there any options to keep the date time picker open when changing the `hour` and/or `minute`?
Or by adding a button which will perform the change after pressing it?
It's annoying to have to …
-
Just curious, is there/will there ever be a way to include time as well?
-
Hi,
is it possible to override some event handlers or listen to other events? Specifically I need to validate the selected date, check if it's empty or not and then show a validation message.
I can'…
-
Demo is simple, go to
[Demo](http://dbushell.github.io/Pikaday/)
And execute
document.getElementById('datepicker').value ='Fri Jan 29 2016';
When you open the datepicker the date won't be set …