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.
The id created in iron-form (#helper) causes Chrome to yell about duplicate non-unique id error when using different components that internally uses iron-form.
Expected outcome
The id should be a class variable
Actual outcome
The id is not a class variable so it will cause Chrome to yell.
Live Demo
Steps to reproduce
Say you have components a, b , c
You create a file that uses components a, b, c
But components a, b, c all uses iron-form
Chrome yells at you because iron forms id #helper is there 3 times.
Browsers Affected
Chrome
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
Description
The id created in iron-form (#helper) causes Chrome to yell about duplicate non-unique id error when using different components that internally uses iron-form.
Expected outcome
The id should be a class variable
Actual outcome
The id is not a class variable so it will cause Chrome to yell.
Live Demo
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: