Add allowLooping opt for tab completion. Make peeking work.
This commit is contained in:
parent
ab0a277d94
commit
4e79c3c4c8
2 changed files with 27 additions and 18 deletions
|
@ -91,6 +91,7 @@ module.exports = React.createClass({
|
|||
this.tabComplete = new TabComplete({
|
||||
startingWordSuffix: ": ",
|
||||
wordSuffix: " ",
|
||||
allowLooping: false,
|
||||
onStateChange: (isCompleting) => {
|
||||
this.forceUpdate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue