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 was archived by the owner on Dec 19, 2024. It is now read-only.
I got this error "Form submission canceled because the form is not connected". My element that contains the iron-form is in a dom-if template. The condition is true by default so the form is displayed. But it seems automatically submitted.
I guess this line should be inside the listener. No?
Application using Polymer 1
Expected outcome
The form not automatically submitted and the warning not printed out.
Description
I got this error "Form submission canceled because the form is not connected". My element that contains the iron-form is in a
dom-iftemplate. The condition istrueby default so the form is displayed. But it seems automatically submitted.I guess this line should be inside the listener. No?
Application using Polymer 1
Expected outcome
The form not automatically submitted and the warning not printed out.
Actual outcome
Browsers Affected