Relative Content

Tag Archive for reactjsnode.jsreact-nativenext.jsreact-select

How can i disable autofocus in react-select?

I have a selectbox from “react-select” library. I Need multi select without wrapping as i showed in sandbox. But whenever i remove one of chips, Its autofocus to last one which i don’t want. It need always stay in start. How can i do it ? Thanks for helps.