We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Put <md-select> with any id inside <form> with <md-input type=password/>
<md-select>
<form>
<md-input type=password/>
Os: Windos 10 Browser: Chrome 71 Vue: latest Vue material: latest
No error in console
Error in console [DOM] Found 2 elements with non-unique id ... It's not only about anoying error. Having 2 elements with same id is just bad because it breaks HTML guidelines https://www.chromium.org/developers/design-documents/create-amazing-password-forms
[DOM] Found 2 elements with non-unique id ...
Source https://codesandbox.io/s/8x5pqwv8kl Compiled https://8x5pqwv8kl.codesandbox.io/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce
Put
<md-select>
with any id inside<form>
with<md-input type=password/>
Which browser?
Os: Windos 10
Browser: Chrome 71
Vue: latest
Vue material: latest
What is expected?
No error in console
What is actually happening?
Error in console
[DOM] Found 2 elements with non-unique id ...
It's not only about anoying error. Having 2 elements with same id is just bad because it breaks HTML guidelines https://www.chromium.org/developers/design-documents/create-amazing-password-forms
Reproduction Link
Source https://codesandbox.io/s/8x5pqwv8kl
Compiled https://8x5pqwv8kl.codesandbox.io/
The text was updated successfully, but these errors were encountered: