From 862694d28b45c17fd9297a20de09e940a970171c Mon Sep 17 00:00:00 2001 From: Larissa Date: Fri, 30 Aug 2019 13:45:19 +0300 Subject: [PATCH] changed select prop type to avoid console spam --- src/Select/Select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Select/Select.js b/src/Select/Select.js index 87d0dae..45b6b34 100644 --- a/src/Select/Select.js +++ b/src/Select/Select.js @@ -119,7 +119,7 @@ Select.propTypes = { property: PropTypes.any, className: PropTypes.string, buttonContent: propTypes.string, - value: PropTypes.number, + value: PropTypes.any, tabIndex: PropTypes.number, target: PropTypes.object };