text 禁用输入 - 输入看起来像禁用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 禁用输入 - 输入看起来像禁用相关的知识,希望对你有一定的参考价值。

onfocus="this.blur();"

.disabled-manual {
  background: #fcfcfc;
  border: 0px;
  padding: 0px;
  box-shadow: none; 
}


<style>
  .disabled {
      pointer-events: none;
      cursor: default;
      diplay : none;
      display: none;
  }
   .display_none { 
      display: none;
  } 
</style>

以上是关于text 禁用输入 - 输入看起来像禁用的主要内容,如果未能解决你的问题,请参考以下文章

使文本输入字段看起来被禁用,但只读

MacOS:如何禁用重音字符输入

字段集和禁用所有子输入 - 解决 IE

禁用与状态相关的整个表单元素。反应

如何在颤动中禁用 texformfield 输入?

如何禁用输入类型 = 文本的拼写检查?