feat(Picker): allow option text to be number type (#8951)

This commit is contained in:
neverland
2021-06-29 20:20:05 +08:00
committed by GitHub
parent 17c5c5d8a7
commit e366b336e3
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ Picker events will pass different parameters according to the columns are single
| Key | Description | Type |
| ------------ | ------------------------- | --------------------------- |
| values | Value of column | _string[]_ |
| values | Value of column | _Array<string \| number>_ |
| defaultIndex | Default value index | _number_ |
| className | ClassName for this column | _string \| Array \| object_ |
| children | Cascade children | _Column_ |