iron-form icon indicating copy to clipboard operation
iron-form copied to clipboard

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

Open itzzshirlayyy opened this issue 6 years ago • 1 comments

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

  • [x] Chrome
  • [ ] Firefox
  • [ ] Safari 9
  • [ ] Safari 8
  • [ ] Safari 7
  • [ ] Edge
  • [ ] IE 11
  • [ ] IE 10

itzzshirlayyy avatar Sep 06 '18 18:09 itzzshirlayyy

I'm getting the same issue.

halloweenman avatar Apr 25 '19 10:04 halloweenman