React select does not allow text selection of selected option. I want user to be able to select text of selected option. Whenever user tries to select the text of selected option, react select's menu gets open(pops up).
link for code sandbox: https://codesandbox.io/s/bzdhr?module=/example.js
Any help appreciated, Thanks in advance.