我正在使用向导创建新用户。因此,该向导中有很多字段。在第三个选项卡中,有一个密码部分,供用户键入新密码和用户名。但是chrome在第一个标签中用其他密码自动填充该密码,并用其他字段自动填充用户名,该字段也不是用户名字段。我们如何才能避免这种情况。只有铬才会自动填充。我尝试了许多不同的方法,但是失败了。
<div class="nk-int-st"> @Html.EditorFor(model => model.LicenseType, new { htmlAttributes = new { @class = "form-control input-sm", @autocomplete = "false" } }) </div>