From ebf0168ece0bb38e1ff896e19816bdc2b0a30cec Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 10 Aug 2015 16:24:15 +0800 Subject: [PATCH] update select size in form --- components/validation/demo/basic.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/validation/demo/basic.md b/components/validation/demo/basic.md index 1224ea7cee..39c5e5305e 100644 --- a/components/validation/demo/basic.md +++ b/components/validation/demo/basic.md @@ -170,7 +170,7 @@ var Form = React.createClass({
- @@ -180,9 +180,9 @@ var Form = React.createClass({ {status.select.errors ?
{status.select.errors.join(',')}
: null}
-
+ - +