Skip to content

Commit 34a6401

Browse files
author
Lionel Bijaoui
committed
fix: Cleavejs better mask definition
1 parent dea27a2 commit 34a6401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/schema.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ module.exports = {
222222
numeralDecimalScale: 2,
223223
numeralDecimalMark: '.',
224224
// General
225-
blocks: [0, 2, 3, 4],
225+
blocks: [0, 2, 0, 3, 4],
226226
delimiter: ' ',
227-
delimiters: ['(', ') ', '-', '-'],
227+
delimiters: ['(', ')', ' ', '-', '-'],
228228
// prefix: '(',
229229
numericOnly: true,
230230
uppercase: false,

0 commit comments

Comments
 (0)