From 39226565660f723470b9190b804252f7daba37bc Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 17 Aug 2015 16:54:42 +0800 Subject: [PATCH] RadioGroup defaultValue --- components/radio/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/radio/index.md b/components/radio/index.md index 2d8f9498cc..6094c20d1f 100644 --- a/components/radio/index.md +++ b/components/radio/index.md @@ -32,3 +32,4 @@ |----------------|----------------------------------|-------------------|--------|--------| | onChange | 选项变化时的回调函数 | Function(e:Event) | 无 | 无 | | value | 用于设置当前选中的值 | String | 无 | 无 | +| defaultValue | 默认选中的值 | String | 无 | 无 |