el-input限制数字输入

oninput="var v=this.value||'';v=v.replace(/[^\d]/g,'');if(v.length==1 && v==0){v=''};this.value=v.substr(0,2);"

onkeyup="value=value.replace(/[^\d]/g,'')"

你可能感兴趣的:(el-input限制数字输入)