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.
Sandbox : https://codesandbox.io/p/sandbox/react-select-blur-onchange-forked-5lt4y5?file=%2Fsrc%2FApp.js%3A15%2C31
I tried do it with flexbox justify-content start etc. but it doesn’t worked on me.