feat(Picker): add allow-html prop (#4278)

This commit is contained in:
neverland
2019-08-28 20:58:50 +08:00
committed by GitHub
parent 93ef02c409
commit 667c4f692c
7 changed files with 70 additions and 22 deletions
+1
View File
@@ -196,6 +196,7 @@ When Picker columns data is acquired asynchronously, use `loading` prop to show
| confirm-button-text | Text of confirm button | *string* | `Confirm` | - |
| cancel-button-text | Text of cancel button | *string* | `Cancel` | - |
| visible-item-count | Count of visible columns | *number* | `5` | - |
| allow-html | Whether to allow HTML in option text | *boolean* | `true` | 2.1.8 |
| default-index | Default value index of single column picker | *number* | `0` | - |
### Events