From ccd6e789bcf8ada399ab4f6decfc76be0dd5761f Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 30 Aug 2018 14:52:04 +0200 Subject: [PATCH] Added placeholder for input --- src/components/Input/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Input/index.js b/src/components/Input/index.js index 616bb5ef..993d9214 100644 --- a/src/components/Input/index.js +++ b/src/components/Input/index.js @@ -47,9 +47,10 @@ const StyledInput = styled.input` `; const Input = ({ - type, autoComplete, autoCorrect, autoCapitalize, spellCheck, value, onChange, isValid, isWarning, isError, + type, autoComplete, autoCorrect, autoCapitalize, spellCheck, value, onChange, isValid, isWarning, isError, placeholder, }) => (