Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Chrome Unique-Id Error for #helper in iron-form #288

Open
1 of 8 tasks
itzzshirlayyy opened this issue Sep 6, 2018 · 1 comment
Open
1 of 8 tasks

Chrome Unique-Id Error for #helper in iron-form #288

itzzshirlayyy opened this issue Sep 6, 2018 · 1 comment

Comments

@itzzshirlayyy
Copy link

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

screen shot 2018-09-06 at 11 46 40 am

Steps to reproduce

  1. Say you have components a, b , c
  2. You create a file that uses components a, b, c
  3. But components a, b, c all uses iron-form
  4. 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
@halloweenman
Copy link

I'm getting the same issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants