当前位置:网站首页>Input type= "password" how to solve the problem of password automatically brought in
Input type= "password" how to solve the problem of password automatically brought in
2022-07-07 11:09:00 【Have a good time I】
use input type="password" Password box , The browser will automatically bring in the password , You can add autocomplete=“new-password”
such as
<a-input-password v-model="password" style="width:370px;margin-left:10px;" placeholder="8-15 Characters , You have to include numbers at the same time 、 english 、 Special symbols " autocomplete="new-password" @blur="handlePassword" @change="handlePasswordChange" />
Although not prompted , But click on the input box , There will still be a saved password prompt below .
By adding onblur="this.readOnly = 'readonly'" It can solve the problem that the second click will prompt the password
perhaps
By adding readonly&onfocus =“this.removeAttribute('readonly'); That solved the problem .
<input type="password" name="Password" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" >

This problem will still occur above , Although the password is not brought in , But the browser still brings this kind of pop-up box when clicking , It is trouble , How to get rid of . Do not use <a-input-password > This component
<a-input type="text" class="pw" @blur="handleAgainPassword" />
<style> .pw {
-webkit-text-security: disc; } </style>
Smooth solution :
There are many ways on the Internet , But this method is currently the most effective .
边栏推荐
- Opencv installation and environment configuration - vs2017
- Unity downloads files through the server address
- uniapp 在onLaunch中跳轉頁面後,點擊事件失效解决方法
- Compile QT project script with qmake
- The eighth training assignment
- Still cannot find RPC dispatcher table failed to connect in virtual KD
- Interprocess communication (IPC)
- [untitled]
- [installation system] U disk installation system tutorial, using UltraISO to make U disk startup disk
- Is the soft test intermediate useful??
猜你喜欢

Unable to open kernel device '\.\vmcidev\vmx': operation completed successfully. Reboot after installing vmware workstation? Module "devicepoweron" failed to start. Failed to start the virtual machine

CSAPP bomb lab parsing
![[untitled]](/img/8e/e968d4629004bb0c3ee70328b6777b.jpg)
[untitled]
![[recommendation system 02] deepfm, youtubednn, DSSM, MMOE](/img/d5/33765983e6b98235ca085f503a1272.png)
[recommendation system 02] deepfm, youtubednn, DSSM, MMOE

Find the root of equation ax^2+bx+c=0 (C language)

Mendeley -- a free document management tool that automatically inserts references into papers

What are the test preparation materials and methods for soft exam information processing technicians?

ADB utility commands (network package, log, tuning related)

SQL Server 知识汇集9 : 修改数据

"Dream Cup" 2017 Jiangsu information and future primary school summer camp it expert PK program design questions
随机推荐
VR development optimization
"Dream Cup" 2017 Jiangsu information and future primary school summer camp it expert PK program design questions
Transaction rolled back because it has been marked as rollback-only解决
变量的解构赋值
China Southern Airlines pa3.1
在线硬核工具
[untitled]
2021-04-08
Go redis Middleware
Go Slice 比较
uniCloud
2022年7月10日“五心公益”活动通知+报名入口(二维码)
TypeScript 接口继承
What does intermediate software evaluator test
Unity script generates configurable files and loads
Shardingsphere sub database and table examples (logical table, real table, binding table, broadcast table, single table)
[untitled]
P2788 math 1 - addition and subtraction
Online hard core tools
Ping tool ICMP message learning