wenzhixin / bootstrap-show-password

Show/hide password plugin for twitter bootstrap.

Home Page:http://bootstrap-show-password.wenzhixin.net.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An invalid form control with name='' is not focusable."

shefik opened this issue · comments

When a password field is required, your script insert a text field without a name, but with the required attribute.

In Chrome, this can result in the error:

An invalid form control with name='' is not focusable.

A hidden field must not have a required attribute.

This issue is not reproduced in the latest Chrome.