Skip to content

Commit 2bbdb94

Browse files
committed
fix build error
1 parent e2656c8 commit 2bbdb94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/options.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ export default {
1818
separator: ',',
1919
decimal: '.',
2020
precision: 2,
21-
minimumFractionDigits: undefined,
21+
minimumFractionDigits: null,
2222
prefill: true,
2323
reverseFill: false,
24-
min: undefined,
25-
max: undefined,
24+
min: null,
25+
max: null,
2626
nullValue: ''
2727
}

0 commit comments

Comments
 (0)