How can I use react-select to custom render subtext below each dropdown item?
I'm trying to figure out how I can utilize the custom components in react-select to render a dropdown that has items with subtext. I've looked at each one of the components on: https://react-select.com/components and not sure which one would best fit my needs. From looking at the list of components, I believe the option component is meant for something like that and would probably work but i'm not sure. Can someone validate my thought? React-select V2 solution: You are absolutely right, using Option component will allow you to format each option in the menuList like the follow example: const