discourse/app/assets/javascripts/admin
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
..
addon FIX: Use autocomplete=discourse in select-kit to disable autocomplete in Chrome (#12094) 2021-02-16 12:46:46 +03:00
app REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
tests/admin More backwards compatible changes to sync with ember-cli-test (#11718) 2021-01-15 12:16:05 -05:00
ember-cli-build.js REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
index.js REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
package.json REFACTOR: Sync up master with changes for Ember-CLI (#11671) 2021-01-12 10:13:21 -05:00