From fef71dafe7b16dd3dd8064fca5f62fa0faa968d1 Mon Sep 17 00:00:00 2001 From: Egor Stambakio Date: Fri, 23 Mar 2018 12:11:51 +0300 Subject: [PATCH] Fix #251 --- src/demo/models/contracts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo/models/contracts/index.js b/src/demo/models/contracts/index.js index e84a4ccb..dfae0244 100644 --- a/src/demo/models/contracts/index.js +++ b/src/demo/models/contracts/index.js @@ -69,7 +69,7 @@ export const fields = { 'type': FIELD_TYPE_DECIMAL, 'constraints': { 'required': false, - 'max': Number.MAX_SAFE_INTEGER + 'max': 9999999 } }, 'email': {