From 79090331588ec441c97dedd924f907cde42f19ba Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 22 Aug 2015 14:23:58 +0800 Subject: [PATCH] className in select --- components/select/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/select/index.jsx b/components/select/index.jsx index 639179abcc..2d9fcad792 100644 --- a/components/select/index.jsx +++ b/components/select/index.jsx @@ -18,7 +18,7 @@ var AntSelect = React.createClass({ sizeClass = 'ant-select-sm'; } return ( - ); } });