diff --git a/src/components/form/components/input.js b/src/components/form/components/input.js index fc61178c..50bbe74d 100644 --- a/src/components/form/components/input.js +++ b/src/components/form/components/input.js @@ -10,7 +10,7 @@ export default class Input extends PureComponent { static propTypes = { className: PropTypes.string, style: PropTypes.shape({}), - type: PropTypes.oneOf(['text', 'email', 'tel', 'password', 'number']), + type: PropTypes.oneOf(['text', 'email', 'tel', 'password', 'number', 'search']), size: PropTypes.oneOf(['small', 'medium', 'large']), color: PropTypes.oneOf(colors), readOnly: PropTypes.bool,