modrinth / theseus

Our game launcher which can be used as a CLI, GUI, and a library for creating and playing Modrinth projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Felix14-v2 opened this issue · 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

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.