Expectations
Expecting SelectField drop-down examples to display name value after a selection is made, not key value.
Reality
After a selection is made, the drop-down SelectField examples display the selection's key value versus name value. Users often copy/paste code examples verbatim, so displaying name value would be best.
Steps to Reproduce
- Go to https://garden.zendesk.com/react-components/select/
- Go to "Accessibility Message" or "Small Select" example
- Click on drop-down and select "Item 3"
Key value "item-3" is displayed instead of "Item 3".
Fine Print
- Component: SelectField
- Browsers: all