8000 Expose `IsGeneralAutofillEnabled` WebView2 setting · Issue #1535 · tauri-apps/wry · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Expose IsGeneralAutofillEnabled WebView2 setting #1535
Open
@phenomen

Description

@phenomen

Is your feature request related to a problem? Please describe.
WebView2 on Windows uses some weird autofill (called "Suggestions") that ignores autocomplete="off" attribute on input fields and you have to add obscure aria-autocomplete="none" and list="autocompleteOff". I really don't want to add it to every single field and also in some cases (i.e. external components or websites) I can't control it.

It would be very helpful to just disable autofill globally with IsGeneralAutofillEnabled setting: https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2settings?view=webview2-winrt-1.0.3065.39#isgeneralautofillenabled

Describe the solution you'd like
Expose IsGeneralAutofillEnabled so it will be possible to disable it in Tauri config.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0