Skip to content
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

Turn off autocomplete for text inputs #1612

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Turn off autocomplete for text inputs #1612

merged 1 commit into from
Jan 13, 2025

Conversation

anttimaki
Copy link
Collaborator

TSMM updates to use Chrome v131, which causes awkward autocomplete popups to be shown for text inputs. This seemed to affect only inputs with ids, but not all of them. To avoid regressions if ids would be added later, they were added now, paired with the autocomplete="off" attribute. As an additional benefit, this makes it easier to interpret errors TSMM logs into Sentry.

TSMM updates to use Chrome v131, which causes awkward autocomplete
popups to be shown for text inputs. This seemed to affect only inputs
with ids, but not all of them. To avoid regressions if ids would be
added later, they were added now, paired with the autocomplete="off"
attribute. As an additional benefit, this makes it easier to interpret
errors TSMM logs into Sentry.
@anttimaki anttimaki merged commit d993434 into develop Jan 13, 2025
5 checks passed
@anttimaki anttimaki deleted the autocomplete-off branch January 13, 2025 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant