当前位置:网站首页>解决el-input输入框.number数字输入问题,去掉type=“number“后面箭头问题也可以用这种方法代替
解决el-input输入框.number数字输入问题,去掉type=“number“后面箭头问题也可以用这种方法代替
2022-07-04 15:39:00 【是啦啦啦呀】
解决element输入框.number数字输入问题
提示:去掉type="number"后面箭头问题也可以用这种方法代替:
例如:规定输入框只能输入数字,在v-model后加.number会出现只有最开始就输入字符,可以输入字符的情况
提示:以下是本篇文章正文内容,下面案例可供参考
解决方法1:onkeypress
利用正则进行验证
onkeypress="return( /^\d$/.test(String.fromCharCode(event.keyCode) ) )"
解决方法2:@input,注意绑定的值跟自定义方法里的保持一致即可
![在这里插入图片描述](https://img-blog.csdnimg.cn/8b0d9970dd0b47afa98aaf30f2f4cd5a.png
边栏推荐
- Median and order statistics
- Understand ThreadLocal in one picture
- Analysis of abnormal frequency of minor GC in container environment
- 斑马识别成狗,AI犯错的原因被斯坦福找到了丨开源
- Maximum subarray and matrix multiplication
- 聊聊异步编程的 7 种实现方式
- Array filter fliter in JS
- 世界环境日 | 周大福用心服务推动减碳环保
- Solution of commercial supply chain coordination system in the mineral industry: build a digital intelligent supply chain platform to ensure the safe supply of mineral resources
- Years of training, towards Kata 3.0! Enter the safe container experience out of the box | dragon lizard Technology
猜你喜欢
C# 服务器日志模块
Go micro tutorial - Chapter 2 go micro V3 using gin and etcd
kaili不能输入中文怎么办???
整理混乱的头文件,我用include what you use
NFT liquidity market security issues occur frequently - Analysis of the black incident of NFT trading platform quixotic
Zebras are recognized as dogs, and the reason for AI's mistakes is found by Stanford
Datakit -- the real unified observability agent
C# 更加优质的操作MongoDB数据库
矿产行业商业供应链协同系统解决方案:构建数智化供应链平台,保障矿产资源安全供应
MVC模式和三层架构
随机推荐
第十八届IET交直流輸電國際會議(ACDC2022)於線上成功舉辦
leetcode:421. The maximum XOR value of two numbers in the array
7 RSA密码体制
DataKit——真正的统一可观测性 Agent
一文掌握数仓中auto analyze的使用
昆明三环闭合工程将经过这些地方,有在你家附近的吗?
NFT liquidity market security issues occur frequently - Analysis of the black incident of NFT trading platform quixotic
What is low code development?
Readis configuration and optimization of NoSQL (final chapter)
The winning rate against people is 84%, and deepmind AI has reached the level of human experts in army chess for the first time
NoSQL之readis配置与优化(终章)
[glide] cache implementation - memory and disk cache
C# 服务器日志模块
Using win10 scheduling task program to automatically run jar package at fixed time
TP configuring multiple databases
Kunming Third Ring Road Closure project will pass through these places. Is there one near your home?
Internet addiction changes brain structure: language function is affected, making people unable to speak neatly
PingCode 性能测试之负载测试实践
PingCode 性能测试之负载测试实践
【Go ~ 0到1 】 第六天 文件的读写与创建