discourse/app
Osama Sayegh 277eae97e1
FIX: Use autocomplete=discourse in select-kit to disable autocomplete in Chrome (#12094)
Chrome ignores `autocomplete="off"` on input fields, but as a workaround we can supply a nonsensical value (`discourse` or anything else) to the `autocomplete` attribute and it'll disable autocomplete.

Context: https://meta.discourse.org/t/-/107484/66?u=osama and https://meta.discourse.org/t/-/140884/13?u=osama.
2021-02-16 12:46:46 +03:00
..
assets FIX: Use autocomplete=discourse in select-kit to disable autocomplete in Chrome (#12094) 2021-02-16 12:46:46 +03:00
controllers FIX: Dismiss new with better migration (#12062) 2021-02-15 08:50:33 +11:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FIX: Dismiss new with better migration (#12062) 2021-02-15 08:50:33 +11:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models FIX: Dismiss new with better migration (#12062) 2021-02-15 08:50:33 +11:00
serializers FIX: do not show SSO last payload to moderators (#12084) 2021-02-15 16:12:06 +05:30
services FIX: Dismiss new with better migration (#12062) 2021-02-15 08:50:33 +11:00
views FIX: adds google tracking to page publishing (#12090) 2021-02-15 19:00:35 +01:00