Right click in react-select creatable multi-select text input only shows correct options when the user clicks where the curser appears at the very beginning of the input. If a user clicks anywhere ...
In line with the solution provided on issue #751, I want to focus the input on clicking the dropdown button. The solution prescribed obtaining a ref for your input element and directly calling focus ...