JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.68k stars 4.13k forks source link

can you please support hint and description for select option values? #1724

Closed adamshe closed 7 years ago

adamshe commented 7 years ago

customized render will be even more flexible with icon prefix etc. I could be wrong, but I didn't find it in example. overall, this control is great in firefox. but not in chrome.

Thanks

agirton commented 7 years ago

The Option can be customized to your liking, e.g. https://github.com/JedWatson/react-select/blob/master/examples/src/components/CustomComponents.js#L10 is this what you're looking for?

agirton commented 7 years ago

Hi @adamshe havent heard back so going to close this. If the pointed out feature doesn't work feel free to reopen.