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

Optionally set autocomplete value for <input-field> #2529

Open
Zerotask opened this issue Jun 14, 2022 · 0 comments
Open

Optionally set autocomplete value for <input-field> #2529

Zerotask opened this issue Jun 14, 2022 · 0 comments

Comments

@Zerotask
Copy link

Zerotask commented Jun 14, 2022

Please describe the feature you would like to see implemented.

Especially for we have often the problem that our browser will save the password from the admin login. Therefore it would be nice if you could deactivate this browser behavior by using the built-in autocomplete attribute

<input-field type="password" autocomplete="off"></autocomplete>

Alternatively:

<input-field type="password">
    <autocomplete>off</autocomplete>
</autocomplete>

This way you could also pass another valid attribute for autocomplete and since it's optional, it won't break any current behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants