Autocomplete fixes and improvements

This commit is contained in:
Aviral Dasgupta 2016-09-13 17:29:17 +05:30
parent fbf2d5f96c
commit 9a991a4dfd
4 changed files with 32 additions and 21 deletions

View file

@ -144,6 +144,7 @@ export default class Autocomplete extends React.Component {
forceComplete: true,
}, () => {
this.complete(this.props.query, this.props.selection);
setTimeout(() => this.onDownArrow(), 50); // FIXME HACK
});
}