element-portable/src/components/views
Luke Barnard 7a8f524f4a Remove two possible sources for the "AutoComplete stays visible bug
which is now https://github.com/vector-im/riot-web/issues/4537 <- there.

This does two things:
 - Track which query was the most recent one requesting completion and only process completions for that one. (In this case the empty string "" doesn't have any completions but we still track it so that previous calls with non-empty queries would not race and cause completions to be shown when we actuall don't want any.)
 - Make the "do we want to show the AutoComplete box?" logic a bit more sane
2017-07-07 15:30:31 +01:00
..
avatars Implement /user/@userid:domain?action=chat 2017-06-02 11:36:18 +01:00
create_room Add more translations.. 2017-06-08 09:44:58 +01:00
dialogs Fix ability to invite users with caps in their user IDs 2017-06-20 15:46:54 +01:00
elements Linting 2017-07-06 10:44:32 +01:00
login comment why we send the empty string 2017-06-23 14:48:15 +01:00
messages mention preserving ordering in comment 2017-07-06 10:47:15 +01:00
room_settings Self-review 2017-06-08 14:36:20 +01:00
rooms Remove two possible sources for the "AutoComplete stays visible bug 2017-07-07 15:30:31 +01:00
settings Make enter submit change password form 2017-06-14 14:50:48 +01:00
voip de-lint views/voip/* 2017-07-01 14:58:46 +01:00