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?
Simple hack goes this way
Run this command on your console open the menu and then wait for 5 seconds and the debugger will automatically be applied and screen will be freezed.
setTimeout(() => {debugger;}, 5000)