-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Remove autocomplete from inputs in Cypress UI #22102
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
Comments
+1 to this issue, sometimes you can't type properly the name of the specs because of that. |
@viniciuspietscher if you want to grab another small issue, this one requires adding the attribute
And updating the component tests for each one to validate that the attribute is present. |
The code for this is done in cypress-io/cypress#22456, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
There are a few inputs inside the Cypress App with some not-so-great looking autocompletes. They look like tootlips and aren't aligned properly.
Desired behavior
We should disable autocomplete for our inputs.
Test code to reproduce
Open up Cypress App and type in the spec search filter. Click on a spec and navigate back, the autocomplete should show in the spec search input.
Cypress Version
10.0.2
Other
No response
The text was updated successfully, but these errors were encountered: