Skip to content

Commit

Permalink
fix(comp:select): spin type in api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu committed Feb 15, 2023
1 parent 77cce6c commit f33c9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/select/docs/Api.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
| `searchable` | 是否可搜索 | `boolean \| 'overlay'` | `false` | - | 当为 `true` 时搜索功能集成在选择器上,当为 `overlay` 时,搜索功能集成在悬浮层上 |
| `searchFn` | 根据搜索的文本进行筛选 | `boolean \| SelectSearchFn` | `true` | - |`true` 时使用默认的搜索规则, 如果使用远程搜索,应该设置为 `false` |
| `size` | 设置选择器大小 | `'sm' \| 'md' \| 'lg'` | `md` || - |
| `spin` | 是否显示加载中状态 | `boolean \| SpinPublicProps` | `undefined` | - | - |
| `spin` | 是否显示加载中状态 | `boolean \| SpinProps` | `undefined` | - | - |
| `status` | 手动指定校验状态 | `valid \| invalid \| validating` | - | - | - |
| `suffix` | 设置后缀图标 | `string \| #suffix` | `down` || - |
| `virtual` | 是否开启虚拟滚动 | `boolean` | `false` | - | - |
Expand Down

0 comments on commit f33c9b7

Please sign in to comment.