Skip to content
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

Datepicker not working in Safari 10.0.3 #11

Open
agnetedjupvik opened this issue Mar 15, 2017 · 1 comment
Open

Datepicker not working in Safari 10.0.3 #11

agnetedjupvik opened this issue Mar 15, 2017 · 1 comment

Comments

@agnetedjupvik
Copy link

There is no datepicker functionality in Safari when entering new "Utlegg". This means that no rows are considered valid because you have to type in the dates manually, and it seems like the system can't understand that manually typed dates are actual dates. Soo, that's bad.

skjermbilde 2017-03-15 kl 14 39 24

@chrissearle
Copy link
Contributor

Manual date input should work - but only if the date format matches.

I found that by entering 05/03/2017 in then the row validated fine in safari.

Validation code is using moment.js so we should be able to use anything that can handle - but - it's not taking the - separator either (- is supported out of the box by moment - . is not).

Need time to dig into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants