Chrome浏览器控制台[DOM] Password field is not contained in a form:

 

[DOM] Password field is not contained in a form: ( [DOM]密码字段不包含在form表单中)

解决方案:添加一层form标签

 

class="col-lg-4" id="editPwdIpt" style="display: none;">
"password" placeholder="" id="inputPassword" class="form-control" autocomplete=’tel’>

 

 

参考:

https://www.xinran001.com/frontend/116.html

转载于:https://www.cnblogs.com/sea-stream/p/11260860.html

你可能感兴趣的:(Chrome浏览器控制台[DOM] Password field is not contained in a form:)