Update Select component documentation (#8229)

Providing clarity through reworking the description(s) on usage.
This commit is contained in:
David Tsai 2017-11-17 21:13:55 -08:00 committed by 偏右
parent 32d96e366b
commit b3b3ee043e

View File

@ -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