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?
By using the Chrome React extension, you can force the "isOpen" (v3: "menuIsOpen") state value to true on the Select component.
more info here: https://github.com/JedWatson/react-select/issues/927#issuecomment-313022873