去掉input的type为number输入框的右侧箭头

Posted my466879168

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了去掉input的type为number输入框的右侧箭头相关的知识,希望对你有一定的参考价值。

去掉input输入框右侧的箭头

在项目中不需要这个箭头直接手动输入

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

禁用鼠标滚轮上下滑动

<input type="number" onmousewheel="return false;">

以上是关于去掉input的type为number输入框的右侧箭头的主要内容,如果未能解决你的问题,请参考以下文章

IE input X 去掉文本框的叉叉和password输入框的眼睛图标

IE8 input X 去掉文本框的叉叉和密码输入框的眼睛图标

input中 type=number 的文本框(数字框) 去掉箭头 且不能输入e和标点符号

移除input在type="number"时的上下箭头

input type=number去掉上下箭头

input的type为number