Gregoire D.
Gregoire D.
Hi here, can you guys provide some snippets or jsfiddle of your implementation ? I cannot reproduce your issue either in `1.5.1`, `1.6.4` or `1.7.0`.
Hi, Once again I need a full sample of what you are doing because as far as I can tell everything is working as expected for me. I'm thinking that...
Hi, Are you sure you're using this library? by the look of your snippet, it does not, none of the options are supported one.
So the issue here is coming from "recent" updates of webkit. (_At least for me since we upgraded some webapp where we use datepickers from iOS5 to iOS9 recently, yeah...
Is this have been fixed? Because I've no issue with both Quantum 58 & 59.
You can by overriding the css like so: ``` css .disabled-date { display: none; } ```
Which version are you using ? It works fine in 1.5 with the demo page.
How are you disabling the dates ?
Ok I see. You can use `disabled` then. But you'll have an issue: http://jsfiddle.net/sm6937h7/8/ I recommend you to use `beforeShowDay` like so: http://jsfiddle.net/sm6937h7/9/ While @acrobat will tag this as a...
Hi, there is no such 'select date per timedelta', if you type 1, 2 or 3 it will select today too. This is happening because when you're typing the picker...