gpt4 book ai didi

html - 错误 "Found 3 elements with non-unique id #input"

转载 作者:行者123 更新时间:2023-12-02 08:17:02 25 4
gpt4 key购买 nike

我在 Chrome 63.0.3239.108(今天早上更新)中使用 Polymer,在启动我的网络应用程序时遇到了一些新错误:

[DOM] Found 3 elements with non-unique id #input

这是我的代码:

<div class="card-content" on-keypress="_keyHandler">
<paper-input id="login" label="[[i18n('uid')]]"></paper-input>
<paper-input id="pwd" label="[[i18n('pwd')]]" type="password"></paper-input>
<paper-input id="server" label="[[i18n('server')]]"></paper-input>
</div>

是的,<paper-input>元素具有相同的 id,但我该怎么做才能消除此控制台错误?

非常感谢

最佳答案

当我使用 Angular 5 时,我遇到了同样的问题。我将“name”属性放入我的标签中并修复了。

喜欢:

<input type="text" [(ngModel)]="user.userName"  name="loginUserName" >

关于html - 错误 "Found 3 elements with non-unique id #input",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47863290/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com