[improvement] Picker: update document and fix snapshot

This commit is contained in:
陈嘉涵
2019-06-09 09:53:09 +08:00
parent 04b88583c2
commit 3a4b434b4c
9 changed files with 40 additions and 0 deletions
+1
View File
@@ -187,6 +187,7 @@ When Picker columns data is acquired asynchronously, use `loading` prop to show
|------|------|------|------|
| columns | Columns data | `Array` | `[]` |
| show-toolbar | Whether to show toolbar | `Boolean` | `false` |
| toolbar-position | Toolbar position, cat be set to `bottom` | `String` | `top` |
| title | Toolbar title | `String` | `''` |
| loading | Whether to show loading prompt | `Boolean` | `false` |
| value-key | Key of option text | `String` | `text` |