docs: 修复选择框类型控件事件说明文档 (#1406)

Co-authored-by: yanxiong <oujinhui.ojh@antgroup.com>
This commit is contained in:
heiyexing 2022-10-19 11:11:53 +08:00 committed by GitHub
parent 185ba7e6d8
commit 87fa3af216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
| 名称 | 说明 | 类型 |
| ------------ | ---------------------- | ---------------------- |
| selectChange | 当所选值发生改变时触发 | `string` &#124; `string[]` |
| 名称 | 说明 | 类型 |
| ------------ | ---------------------- | ----------------------------- |
| selectChange | 当所选值发生改变时触发 | `(string | string[]) => void` |