cccraig / MugShot

Plugin for piwigo.
MIT License
14 stars 15 forks source link

#24 Reliable way to disable autocomplete #43

Closed amenk closed 1 year ago

amenk commented 2 years ago

Fixes autocomplete problem

Tested in Chrome 99 + Firefox 98

Based on https://stackoverflow.com/questions/15738259/disabling-chrome-autofill

Jan 2021: autocomplete="off" does work as expected now (tested on Chrome 88 macOS). For this to work be sure to have your input tag within a Form tag