This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/select-kit/addon
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
..
components A11Y: makes select-kit header a listbox (#12078) 2021-02-15 18:22:10 +01:00
mixins UX: allows to copy/paste a list of | separated values in sk (#11642) 2021-01-06 12:57:13 +01:00
templates/components FIX: Use autocomplete=discourse in select-kit to disable autocomplete in Chrome (#12094) 2021-02-16 12:46:46 +03:00
.gitkeep Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00