code
code copied to clipboard
"Saved private data" is shown when entering a profile name
Description
To reproduce
- Press "Create profile"
- Click to the profile name field
- Previously added names should appear
Expected behavior
The names of previously created profiles shouldn't be shown here
System information
- Windows 11
- Theseus v0.6.3
I believe this is partly due to the fact that the app runs in WebView2 on windows, and that popover is a feature of the webview. This should be able to be disabled by adding the autocomplete="off" prop to the input.
Can confirm in 0.8.5