Description
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.