-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Input helper type="email" breaks IE9 #10860
Comments
IE9 does not support |
Yes but I don't believe this broke or threw an error until ember 1.11
|
This is true for all new HTML5 input types. In previous versions it degraded gracefully to a text-type input. This is also true if you use |
Should be fixed now. |
@rwjblue Hi Robert, this is still throwing an error for input type "tel" or "number" in IE9 it seems for Ember 1.11.3. Was this fixed in the 1.11.x branch? We are stuck with 1.11 and require IE9 support, so it would be nice to get this patched in that branch as well. |
IE9 throws "Invalid argument" for input helpers with a
type
ofemail
Ember 1.11.1
The text was updated successfully, but these errors were encountered: