input历史快捷-变黄解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了input历史快捷-变黄解决相关的知识,希望对你有一定的参考价值。

一:

<form action="loginAction" method="post" autocomplete="off">给form关闭自动填充

二:

  input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #262333 inset !important;//关于解决输入框背景颜色
        -webkit-text-fill-color: rgba(255,255,255,1)!important;//关于接输入框文字颜色
    }

三:

 input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}

以上是关于input历史快捷-变黄解决的主要内容,如果未能解决你的问题,请参考以下文章

input 去掉历史

input清除输入历史记录

linux历史命令查找快捷方式

Ubuntu中的剪贴板历史快捷键怎么改?

antd input组件及原生input标签取消自动显示历史记录

shell常用快捷键