jQuery - jMask资金问题

时间:2017-10-04 18:31:08

标签: javascript php jquery laravel

我试图使用JMask作为金钱面具,它的工作很好,但当我点击其他输入时,我的现场资金就是例如" 1.234,56"成了" 123.456"我该如何解决?

我的领域: enter image description here

在将值放在其他字段之后

enter image description here

自动将逗号破坏

我的代码:

<label>Custo: </label>
<input type="text" name="" v-model="vehicle.cost" class="form-control money" placeholder="Custo"><br>

Documentation

0 个答案:

没有答案