mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
docs: remove Option usage from Select documentation (#43045)
* Update index.zh-CN.md * Update index.en-US.md
This commit is contained in:
parent
3f92966715
commit
167b2bdcf5
@ -47,12 +47,6 @@ Select component to select value from options.
|
||||
|
||||
## API
|
||||
|
||||
```tsx
|
||||
<Select>
|
||||
<Option value="lucy">lucy</Option>
|
||||
</Select>
|
||||
```
|
||||
|
||||
### Select props
|
||||
|
||||
| Property | Description | Type | Default | Version |
|
||||
|
@ -48,12 +48,6 @@ demo:
|
||||
|
||||
## API
|
||||
|
||||
```tsx
|
||||
<Select>
|
||||
<Option value="lucy">lucy</Option>
|
||||
</Select>
|
||||
```
|
||||
|
||||
### Select props
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|
Loading…
Reference in New Issue
Block a user