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?
Maybe this could help:
(this.selectRef =el)} onBlur={() => { setTimeout( () => this.selectRef.setState({ menuIsOpen: true, }), 50 ); }} />