-
Notifications
You must be signed in to change notification settings - Fork 533
How to use pikaday for cross-browser date selection? #238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The field is working, but there was a circular JSON stringify error when tried to |
How about the first point; I seem unable to successfully enter a pick using the keyboard |
pikadayOptions: { |
@cesarmarinhorj Hi Cesar. Can you provide more explanation? What am I supposed to do with this information? Where does it go in the code? What is this reference to pikadayOptions? How is it passed/used? Maybe a fiddle would be useful. Thank you |
@cesarmarinhorj Thanks for the snippet. My pikaday input was returning false (!?), with your snippet it works, but it is still a hack (in my case), as it should just work. I have to understand what is happening and fix it properly. So for future references and if someone is having the same problem: my input returns false, and as soon as you select for the first time it returns 1970-01-01, and even though after the second selection it works, the model has the "false" boolean value. When/if I find the solution I post here. |
I am trying to use pikaday as an alternative to bugs raised by #231.
However, I cannot seem to get dates to work.
I have created a fiddle.
Issues I'm facing:
Please update my example to demonstrate the use of pikaday.
The text was updated successfully, but these errors were encountered: