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 } >