From a40626ef42c2c0a7f453c50e313b5aa1ce5eeb3b Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Fri, 18 May 2018 19:31:42 +0300 Subject: [PATCH] replace value attr with defaultValue on textarea --- web/app/components/input/input.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/app/components/input/input.jsx b/web/app/components/input/input.jsx index 99d4b5d4..b24bfff3 100644 --- a/web/app/components/input/input.jsx +++ b/web/app/components/input/input.jsx @@ -135,15 +135,13 @@ export default class Input extends Component { const charactersLeft = maxLength - commentLength; const { mods = {}, value = null } = props; - console.log(value) - return (