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

[FW][FIX] web: add autocomplete attribute to the email input in login view #147979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Jan 3, 2024

Before:

In chrome, you can see the message "[DOM] Input elements should have autocomplete attributes (suggested: "username"):
(More info: https://goo.gl/9p2vKq)".

After:

The message does not appear.

Also, This maintains consistency with the password input which has the attribute autocomplete.

Screenshot from 2023-12-12 12-05-33


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: #146934
Forward-Port-Of: #146037

Before:

In chrome, you can see the message "[DOM] Input elements should have
autocomplete attributes (suggested: "username"):
(More info: https://goo.gl/9p2vKq)".

After:

The message does not appear.

Also, This maintains consistency with the password input which has the
attribute autocomplete.

X-original-commit: df53b6a
@robodoo
Copy link
Contributor

robodoo commented Jan 3, 2024

@robodoo robodoo added the forwardport This PR was created by @fw-bot label Jan 3, 2024
@C3POdoo C3POdoo added the RD research & development, internal work label Jan 3, 2024
@FrancoisGe
Copy link
Contributor

@fw-bot r+

robodoo pushed a commit that referenced this pull request Jan 4, 2024
Before:

In chrome, you can see the message "[DOM] Input elements should have
autocomplete attributes (suggested: "username"):
(More info: https://goo.gl/9p2vKq)".

After:

The message does not appear.

Also, This maintains consistency with the password input which has the
attribute autocomplete.

closes #147979

X-original-commit: df53b6a
Signed-off-by: Francois Georis (fge) <fge@odoo.com>
@robodoo
Copy link
Contributor

robodoo commented Jan 4, 2024

@rolandojduartem @FrancoisGe staging failed: ci/runbot on e9c0aa5676ff9561111b7054708438d653eff14f (view more at https://runbot.odoo.com/runbot/build/55935261)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwardport This PR was created by @fw-bot RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants