feat(Area): add readonly prop (#7106)

This commit is contained in:
neverland
2020-09-05 06:57:05 +08:00
committed by GitHub
parent 3cd200f7c2
commit da193d0b71
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ To have a selected valuesimply pass the `code` of target area to `value` prop
| area-list | Area list data | _object_ | - |
| columns-placeholder `v2.2.5` | Placeholder of columns | _string[]_ | `[]` |
| loading | Whether to show loading prompt | _boolean_ | `false` |
| readonly `v2.10.5` | Whether to be readonly | _boolean_ | `false` |
| item-height `v2.8.6` | Option height, supports `px` `vw` `rem` unit, default `px` | _number \| string_ | `44` |
| columns-num | Level of picker | _number \| string_ | `3` |
| visible-item-count | Count of visible columns | _number \| string_ | `6` |