-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date/time input broken (no input events) since 3.5.0 #5476
Comments
I have confirmed that the code example above passes in 3.4.1 and fails in 3.5.0. |
The code for this is done in cypress-io/cypress#5498, but has yet to be released. |
Released in |
@bkucera the fix in 3.6.0 seems to fix most of our failing tests but there still seems to be a problem with programmatically resetting the input field back to the original value after calling |
This issue will be closed to further comment as the exact issue here was resolved and tested. If you're experiencing a bug similar to this in Cypress, please open a new issue with a fully reproducible example that we can run. There may be a specific edge case with the issue that we need more detail to fix. |
Current behavior:
Date inputs are not emitting input events since version 3.5.0.
Desired behavior:
When typing into a date input field, I expect the field to emit an input event (works in <= 3.4.1).
Steps to reproduce: (app code and test code)
https://github.com/cypress-io/cypress-test-tiny/pull/52/files
Versions
3.5.0
The text was updated successfully, but these errors were encountered: