Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Improve autocomplete behaviour #466

Merged
merged 4 commits into from
Sep 13, 2016

Conversation

aviraldg
Copy link
Contributor

@matrixbot
Copy link
Member

Can one of the admins verify this patch?

@aviraldg aviraldg force-pushed the feature-autocomplete-behaviour branch from 860e58d to 9a991a4 Compare September 13, 2016 12:00
forceComplete: true,
}, () => {
this.complete(this.props.query, this.props.selection);
setTimeout(() => this.onDownArrow(), 50); // FIXME HACK
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this needed?

@ara4n
Copy link
Member

ara4n commented Sep 13, 2016

lgtm other than:

  • question on setTimeout hack
  • Mat<tab><tab> doesn't autocomplete to Matthew - it just selects Matthew in the autocompleter but doesn't actually apply it to the composer input
  • Rooms without aliases should not be included in the autocomplete results at all.

@aviraldg
Copy link
Contributor Author

setTimeout hack -- was trying to avoid more promises, but apperntly not.
Mat should work now
Rooms without aliases should no longer appear

@ara4n ara4n merged commit 8bb9422 into matrix-org:develop Sep 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants