feat(Picker): add readonly prop (#7105)

This commit is contained in:
neverland
2020-09-05 06:50:59 +08:00
committed by GitHub
parent f6e3aaebec
commit 3cd200f7c2
6 changed files with 33 additions and 1 deletions
+1
View File
@@ -249,6 +249,7 @@ export default {
| value-key | Key of option text | _string_ | `text` |
| toolbar-position | Toolbar position, cat be set to `bottom` | _string_ | `top` |
| loading | Whether to show loading prompt | _boolean_ | `false` |
| readonly `v2.10.5` | Whether to be readonly | _boolean_ | `false` |
| show-toolbar | Whether to show toolbar | _boolean_ | `false` |
| allow-html `v2.1.8` | Whether to allow HTML in option text | _boolean_ | `true` |
| default-index | Default value index of single column picker | _number \| string_ | `0` |