原文:vue中input限制最多兩位小數

lt el input size medium v model.trim account placeholder 提取金額 :maxlength inputMaxL input inputMaxL d . d , .test account null : account.length gt lt el input gt ...

2018-05-17 20:45 0 2723 推薦指數:

查看詳情

限制input輸入兩位小數

that.value = that.value.replace(/^(\-)*(\d+)\.(\d\d).*$/, '$1$2.$3'); //只能輸入小數 https://blog.csdn.net/qq_24935119/article/details/96437971 https ...

Thu Aug 06 19:27:00 CST 2020 0 493
vue+elementUI最多保留兩位小數

<el-form-item label="單價" prop="price"> <el-input v-model="form.price" placeholder="請輸入單價" oninput="value=value.replace ...

Wed Aug 04 19:25:00 CST 2021 1 153
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM