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

Date select not functional in Safari #218

Open
richardolsson opened this issue Aug 7, 2018 · 1 comment
Open

Date select not functional in Safari #218

richardolsson opened this issue Aug 7, 2018 · 1 comment
Labels

Comments

@richardolsson
Copy link
Member

The call back after date <input> is not working as expected in Safari. It's not possible to type into the input, and there does not seem to be any calendar widget in Safari.

@richardolsson
Copy link
Member Author

richardolsson commented Aug 19, 2018

There is no quick fix for this. Safari on desktop simply does not support this input type, but at the same time it recognizes the attribute and does not seem to fall back to a regular text input (and even if it does, our validation code is likely to not work very well with text inputs). A fair amount of work will be required to make this work, and it's not reasonable to do it this close to the release of R15. Postponing to 16.

image
Source: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date

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

No branches or pull requests

1 participant