From 82dbeb8d16f936bb737a04b3f4f6bc442a2823fd Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Tue, 27 Feb 2024 11:39:57 +0000 Subject: [PATCH] 10488 accept decimal and allow decimal field type --- components/elements/index.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/components/elements/index.js b/components/elements/index.js index 6be54d64..cca33efe 100644 --- a/components/elements/index.js +++ b/components/elements/index.js @@ -71,13 +71,16 @@ const RenderTextfield = ({ )} @@ -212,7 +215,9 @@ const RenderMultiline = ({ maxLength={ custom.hasOwnProperty("maxFieldLength") ? custom.maxFieldLength - : undefined + ? custom.maxFieldLength + : 800 + : 800 } >