discourse/app/assets
Osama Sayegh e02cc98092
UX: Autocomplete suggestions should be unselected by default (#11637)
When you type # or @ in the search box, a popup appears with
autocomplete suggestions. Currently, when the popup is rendered it has
the first item selected and upon pressing Enter, the first item is
inserted into the search box. The problem with this behavior is that the
first suggestion may not be what you want, and if you are typing quickly
and hit enter, the first suggestion (which is not what you want) is
inserted in the search box.

This PR amends the popup so that it has no suggestions selected by
default which means the enter key will not insert anything unless you
select a suggestion via the up or down arrow keys.
2021-01-07 08:10:18 +11:00
..
images Optimize assets/images 2020-11-17 09:53:33 -05:00
javascripts UX: Autocomplete suggestions should be unselected by default (#11637) 2021-01-07 08:10:18 +11:00
stylesheets UX: Allow quick access profile content to scroll (#11639) 2021-01-06 15:32:20 -03:00