Homec4science

Don't show the autocompleter until the user types at least one character

Authored by epriestley <git@epriestley.com> on Jan 16 2016, 22:43.

Description

Don't show the autocompleter until the user types at least one character

Summary: Ref T10163. Activate on @d, not just @. Note that if you type @d and then press delete once so you're left with @, we stay active (and show the "type a username" hint).

Test Plan:

  • Typed @, no completer.
  • Typed d, got completer.
  • Typed delete, still had completer, now showing hint prompt.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10163

Differential Revision: https://secure.phabricator.com/D15037

Details

Committed
epriestley <git@epriestley.com>Jan 16 2016, 23:38
Pushed
aubortJan 31 2017, 17:16
Parents
rPH4f3a9a8aca25: Immediately cancel autocomplete if the user types certain characters anywhere
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH14ebf662f30a: Don't show the autocompleter until the user types at least one character (authored by epriestley <git@epriestley.com>).Jan 16 2016, 23:38