Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-unique id #5

Closed
DIDoS opened this issue Feb 3, 2018 · 2 comments
Closed

non-unique id #5

DIDoS opened this issue Feb 3, 2018 · 2 comments

Comments

@DIDoS
Copy link
Contributor

DIDoS commented Feb 3, 2018

Dragging and dropping several elements leads to errors in Chrome (64.0.3282.140):

[DOM] Found 2 elements with non-unique id #checkboxes-1: (More info: https://goo.gl/9p2vKq) <input type=​"checkbox" name=​"checkboxes" id=​"checkboxes-1" value=​"2">​ <input type=​"checkbox" name=​"checkboxes" id=​"checkboxes-1" value=​"2">​

bloggify.github.io/:1 [DOM] Found 2 elements with non-unique id #radios-0: (More info: https://goo.gl/9p2vKq) <input type=​"radio" name=​"radios" id=​"radios-0" value=​"1" checked=​"checked">​ <input type=​"radio" name=​"radios" id=​"radios-0" value=​"1" checked=​"checked">​
@IonicaBizau
Copy link
Member

Well, of course, because they end with the same ids in the HTML.
Ideas are welcome to fix this!

@IonicaBizau
Copy link
Member

These warnings should be fine. We can change the ids in the settings of each element.

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

No branches or pull requests

2 participants