cannot turn off comma in mask
### 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 条评论