Skip to content

Disable Chrome autofill allowing autoComplete="new-password" to be passed into the Input component properties #3500

@rdsedmundo

Description

@rdsedmundo

Currently, the default Input component is forcefully setting autoComplete="off" which doesn't disable Chrome's autofill functionality on latest browser versions. For achieving that, we need to pass autoComplete="new-password".

The problem is that the value is hardcoded and can't be configured unless we implement our own Input component and configure this property properly there.

It's hardcoded here:

autoComplete="off"

And it gets passed to the default Input component here:

As you can see, there's no way of configuring that property manually.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions