ITADN

cannot turn off comma in mask

#240Closedjohnantoni 创建于 2024-10-02
J
johnantonicommented
### Describe the bug I cannot turn off the comma when setting parameters for an input with v-maska ### Steps to reproduce on input: `v-maska="getMask" ` and method: ``` get getMask(): any { return { tokens: { pattern: /[0-9]/ }, number: { fraction: 0, unsigned: true } }; } ```
关闭于 2024-10-03 2 条评论