We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starter 3.0.x-dev with IE10
IE10 does not support HTML5 date picker components, which we've started to use in the frontend for filtering CWP events.
It renders as a text field.
We may need to add a jQuery datepicker shim or something for IE10 only.
Can be reproduced with the CWP demo site content on /en_NZ/event-holder and use the "Filter by date" form.
/en_NZ/event-holder
The text was updated successfully, but these errors were encountered:
Safari on macOS still doesn't support HTML5 date fields either, so the shim would need to cover that browser too.
Sorry, something went wrong.
^ Yeah, let's add Safari to the title.
see https://caniuse.com/#feat=input-datetime
What's the reasoning for an impact/high rating here? I'm not sure this is affecting a major usage flow if the text input can suffice a date filter.
I'm dropping to impact/medium, but open to suggestions on altering this.
No branches or pull requests
Starter 3.0.x-dev with IE10
IE10 does not support HTML5 date picker components, which we've started to use in the frontend for filtering CWP events.
It renders as a text field.
We may need to add a jQuery datepicker shim or something for IE10 only.
Can be reproduced with the CWP demo site content on
/en_NZ/event-holder
and use the "Filter by date" form.The text was updated successfully, but these errors were encountered: