change password char in HTML

前端 未结 3 1821
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 14:05

can I change password char, in password-box in HTML. I want to change it to ■

3条回答
  •  一整个雨季
    2020-11-30 14:43

    As far as I know, this can't be done. The password field is rendered natively by the browser.

    You could probably build a JavaScript-based workaround, but that would not be as secure, break auto-completion and/or the browser's internal password management, and have other side-effects.

    If at all possible, I would stick with the browser's rendering.

提交回复
热议问题