I\'m using react-select and I\'m customizing it,I didn\'t found an option to do this. Is there some workaround I can use to keep dropdown open when I\'m styling it?
Beforehand I exec window.onkeydown = () => {debugger} in js console and after expanding the dropdown I click any key
window.onkeydown = () => {debugger}
It's important to keep developer tools open