What would you like?
Implement correct behavior for all inputs that support "key up" and "key down" on the keyboard and input types that support "stepUp" and "stepDown" functions and are listen in docs. .
Currently attempting to use cy.type("{upArrow}") or cy.type("{downArrow}) is only supported by input[type=number], while for others it throws
Why is this needed?
Cypress should match native experience using inputs that support this behavior and support "key down" and "key up" on them.
Other
No response
What would you like?
Implement correct behavior for all inputs that support "key up" and "key down" on the keyboard and input types that support "stepUp" and "stepDown" functions and are listen in docs. .
Currently attempting to use
cy.type("{upArrow}")orcy.type("{downArrow})is only supported byinput[type=number],while for others it throwsWhy is this needed?
Cypress should match native experience using inputs that support this behavior and support "key down" and "key up" on them.
Other
No response