From 2902e330708b411fa14cd33ffd69df84929ec608 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 21 Jul 2015 19:33:32 +0800 Subject: [PATCH] modify input number default disable in demo --- components/input-number/demo/disabled.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/input-number/demo/disabled.md b/components/input-number/demo/disabled.md index 1ed71e78c..abcdfcfe1 100644 --- a/components/input-number/demo/disabled.md +++ b/components/input-number/demo/disabled.md @@ -12,7 +12,7 @@ var InputNumber = antd.InputNumber; var Test = React.createClass({ getInitialState() { return { - disabled: false + disabled: true }; }, toggle() {