dullage / flatnotes

A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.
MIT License
1.5k stars 87 forks source link

1Password Autocomplete Issue #224

Closed maccuaa closed 3 months ago

maccuaa commented 3 months ago

When using 1Password to autocomplete the fields on the login page, it seems to get tripped up because the input fields don't have id attributes. Specifically the OTP field.

When I added id attribute to all 3 elements, I was able to successfully with 1Password.

I can open a PR with a fix but this is essentially all that's needed:

image
dullage commented 3 months ago

Thanks for reporting this and for bringing the solution as well. It probably doesn't help that there aren't any input labels. I've added these ids, and they will be in the next release.