modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
929 stars 175 forks source link

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

Open Felix14-v2 opened 6 months ago

Felix14-v2 commented 6 months ago

Description

image

To reproduce

Expected behavior

The names of previously created profiles shouldn't be shown here

System information

rowandevving commented 6 months ago

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.

Felix14-v2 commented 2 months ago

Can confirm in 0.8.5