cypress multiple true

JavaScript
cy.get('whatever').type('Test all the things', { multiple: true });cy.get('whatever').type('Test all the things', { force: true });
Source

Also in JavaScript: