diff --git a/src/components/input/Input.js b/src/components/input/Input.js index 4df9f2a1..df1c54f7 100644 --- a/src/components/input/Input.js +++ b/src/components/input/Input.js @@ -215,7 +215,7 @@ Input.propTypes = { * The type of control to render */ type: PropTypes.oneOf([ - // Only allowing the input types with wide browser compatability + // Only allowing the input types with wide browser compatibility 'text', 'number', 'password', @@ -224,7 +224,8 @@ Input.propTypes = { 'search', 'tel', 'url', - 'hidden' + 'hidden', + 'time' ]), /**