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, }) => (