mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
Update Select component documentation (#8229)
Providing clarity through reworking the description(s) on usage.
This commit is contained in:
parent
32d96e366b
commit
b3b3ee043e
@ -8,8 +8,8 @@ Select component to select value from options.
|
||||
|
||||
## When To Use
|
||||
|
||||
- A dropdown menu for choosing, an elegant alternative to the native select component.
|
||||
- [Radio](/components/radio/) is a better solution when options amount is too little (less than 5).
|
||||
- A dropdown menu for displaying choices - an elegant alternative to the native `<select>` element.
|
||||
- Utilizing [Radio](/components/radio/) is recommended when there are fewer total options (less than 5).
|
||||
|
||||
## API
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user