You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
I'm trying to use the iron-form on one of our production page which has to support IE 11+. The submit button on page I created doesn't work on IE 11. I tried the submit button on the iron-form demo page and it doesn't work either.
The iron-form auto validation features is awesome! and we'd really like to use them in production if they are supported on IE 11, like they are on Chrome.
Expected outcome
Clicking submit should display json result.
Actual outcome
After filling in all fields on the first form and click submit, the json result doesn't display
Here is a simple demo to reproduce it: http://codepen.io/stewang/pen/ALNoGA
Open it on IE 11 and click on the submit button, you will get Unable to get property 'parentElement' of undefined or null reference
from this line: Polymer.dom(event).localTarget.parentElement.submit();
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I'm trying to use the iron-form on one of our production page which has to support IE 11+. The submit button on page I created doesn't work on IE 11. I tried the submit button on the iron-form demo page and it doesn't work either.
The iron-form auto validation features is awesome! and we'd really like to use them in production if they are supported on IE 11, like they are on Chrome.
Expected outcome
Clicking submit should display json result.
Actual outcome
After filling in all fields on the first form and click submit, the json result doesn't display
Live Demo
iron-form demo
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: