cypress-plugin-tab icon indicating copy to clipboard operation
cypress-plugin-tab copied to clipboard

Please support `event.preventDefault()`

Open Dan503 opened this issue 4 years ago • 0 comments

I'm writing Cypress tests for my React Time Input Polyfill at the moment.

https://dan503.github.io/react-time-input-polyfill/

Part of the functionality is that when you press the [Tab] key, it goes to the next segment rather than the next focus-able element.

In order to do that, I need to prevent the default tab functionality from firing using event.preventDefault().

This plugin doesn't seem to support the event.preventDefault() use case though. 😟

Dan503 avatar Aug 14 '21 02:08 Dan503