On Cypress 4.2.0 and react-select 3.0.8 pressing enter twice is working for me:
cy.get('#react-select-component-id').type('Something{enter}{enter}');
On Cypress 4.2.0 and react-select 3.0.8 pressing enter twice is working for me:
cy.get('#react-select-component-id').type('Something{enter}{enter}');