code icon indicating copy to clipboard operation
code copied to clipboard

"Saved private data" is shown when entering a profile name

Open Felix14-v2 opened this issue 1 year ago • 1 comments

Description

image

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

Felix14-v2 avatar Apr 23 '24 16:04 Felix14-v2

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.

rowandevving avatar Apr 23 '24 19:04 rowandevving

Can confirm in 0.8.5

Felix14-v2 avatar Sep 01 '24 02:09 Felix14-v2