The fix for #138, using autocomplete="off"
to disable auto-completion of the file's password field, was not working for me (Firefox 126.0.2).
According to How to turn off form autocompletion, it's normal: it should be autocomplete="new-password"
. But it's supported only by Firefox (Which is good enough, IMO)
Or maybe not using type="password"
but type="text"
could be a way, too? Sure, the file's password would be visible, though, which is not expected from a password field.