Mark a TODO for timeout handling

This commit is contained in:
Kegan Dougal 2015-12-21 17:58:36 +00:00
parent ba63b5dfff
commit c8aaee46d7
2 changed files with 35 additions and 3 deletions

View file

@ -92,6 +92,7 @@ module.exports = React.createClass({
startingWordSuffix: ": ",
wordSuffix: " ",
allowLooping: false,
autoEnterTabComplete: true,
onStateChange: (isCompleting) => {
this.forceUpdate();
}