<Select defaultValue ="Category" />
Some thing like above code so that we can set he default selected value into select box.
Have you tried <Select value="Category" />?
Edit: See API documentation
https://github.com/JedWatson/react-select#further-options
Thanks Cein-Markey.
I was trying this but some thing went wrong into my code only so that I was assuming some like 'defaultValue'.
But finally I have fix this.
Most helpful comment
Have you tried
<Select value="Category" />?Edit: See API documentation
https://github.com/JedWatson/react-select#further-options