[Improvement] Radio: add label-disabled prop (#1445)

This commit is contained in:
neverland
2018-07-09 21:15:01 +08:00
committed by GitHub
parent 7c3d3db630
commit b5b25ac923
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@ export default {
|-----------|-----------|-----------|-------------|
| name | Radio name | `any` | - |
| disabled | Whether to disable radio | `Boolean` | `false` |
| label-disabled | Whether to disable label click | `Boolean` | `false` |
### RadioGroup API